#be1f3f

Color #BE1F3F Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BE1F3F

Tints of Cardinal #BE1F3F

Color information

#BE1F3F (or 0xBE1F3F) is unknown color: approx Cardinal. HEX triplet: BE, 1F and 3F. RGB value is (190,31,63). Sum of RGB (Red+Green+Blue) = 190+31+63=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 31 (12.5% from 255 or 10.92% from 284); Blue value is 63 (25% from 255 or 22.18% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1F3F is #41E0C0. Grayscale: #525252. Windows color (decimal): -4317377 or 4136894. OLE color: 4136894.

HSL color Cylindrical-coordinate representation of color #BE1F3F: hue angle of 347.92º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE1F3F is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB1903163-
CMYK00.840.670.25
HSL347.92º71.95%43.33%-
HSV(B)347.92º83.68%74.51%-
XYZ22.6212.295.88-
YUV82.19117.18204.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 66.90%
GREEN value IS 31 (12.5% from 255) = 10.92%
BLUE value IS 63 (25% from 255) = 22.18%
R=66.90%
G=10.92%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190316300.840.670.25347.9271.9543.33
HexBE1F3F054431915c482b
Octal276377701241033153411053
Binary1011111011111111111010101001000011110011010111001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be1f3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be1f3f; }

 p { color: rgb(190,31,63); }

 H1.HeaderClassName
 {
   color: #be1f3f;
 }
 .AnyTagClassName
 {
   color: #be1f3f;
 }
</style>
background-color css

<style>
 a { background-color: #be1f3f; }

 a { background-color: rgb(190,31,63); }

 div.DivClassName
 {
   background-color: #be1f3f;
 }
 .BgClassName
 {
   background-color: #be1f3f;
 }
</style>
border-color css

<style>
 span { border-color: #be1f3f; }

 span { border-color: rgb(190,31,63); }

 td.TdClassName
 {
   border-color: #be1f3f;
 }
 .TagClassName
 {
   border-color: #be1f3f;
 }
</style>