Html Css Color HEX #BE1337 Cardinal

📋 copy color: '#BE1337'

red 190 ◦ green 19 ◦ blue 55

#BE1337
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BE1337

Tints of Cardinal #BE1337

RGB

 RED value IS 190 (74.61% from 255) = 71.97%

 GREEN value IS 19 (7.81% from 255) = 7.2%

 BLUE value IS 55 (21.88% from 255) = 20.83%

R = 71.97%
G = 7.2%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BE1337 (or 0xBE1337) is known color: Cardinal. HEX triplet: BE, 13 and 37. RGB value is (190,19,55). Sum of RGB (Red+Green+Blue) = 190+19+55=264 (34% of max value = 765). Red value is 190 (74.61% from 255 or 71.97% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1337 is #41ECC8. Grayscale: #4A4A4A. Windows color (decimal): -4320457 or 3609534. OLE color: 3609534.

HSL color Cylindrical-coordinate representation of color #BE1337: hue angle of 347.37º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE1337 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 19 55 -
CMYK 0 0.90 0.71 0.25
HSL 347.37º 0.82% 0.41% -
HSV(B) 347.37º 0.9% 0.75% -
XYZ 22.16 11.69 4.7 -
YUV 74.23 117.15 210.57 -
System Red Green Blue C M Y K H S L
Decimal 190 19 55 0 0.90 0.71 0.25 347.37 0.82 0.41
Hex BE 13 37 0 5A 47 19 15B 52 29
Octal 276 23 67 0 132 107 31 533 122 51
Binary 10111110 10011 110111 0 1011010 1000111 11001 101011011 1010010 101001

Color Harmonies of #BE1337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1337

Black with #BE1337

Text Example


Text Example

White with #BE1337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1337; }

 p { color: rgb(190,19,55); }

 H1.HeaderClassName
 {
   color: #BE1337;
 }
 .AnyTagClassName
 {
   color: #BE1337;
 }
</style>

background-color css

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

 a { background-color: rgb(190,19,55); }

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

border-color css

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

 span { border-color: rgb(190,19,55); }

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