Html Css Color HEX #BE1737 Cardinal

📋 copy color: '#BE1737'

red 190 ◦ green 23 ◦ blue 55

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

Shades of Cardinal #BE1737

Tints of Cardinal #BE1737

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.58%

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

R = 70.9%
G = 8.58%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#BE1737 (or 0xBE1737) is known color: Cardinal. HEX triplet: BE, 17 and 37. RGB value is (190,23,55). Sum of RGB (Red+Green+Blue) = 190+23+55=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1737 is #41E8C8. Grayscale: #4C4C4C. Windows color (decimal): -4319433 or 3610558. OLE color: 3610558.

HSL color Cylindrical-coordinate representation of color #BE1737: hue angle of 348.5º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1737 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 23 55 -
CMYK 0 0.88 0.71 0.25
HSL 348.5º 0.78% 0.42% -
HSV(B) 348.5º 0.88% 0.75% -
XYZ 22.23 11.84 4.73 -
YUV 76.58 115.83 208.9 -
System Red Green Blue C M Y K H S L
Decimal 190 23 55 0 0.88 0.71 0.25 348.5 0.78 0.42
Hex BE 17 37 0 58 47 19 15D 4E 2A
Octal 276 27 67 0 130 107 31 535 116 52
Binary 10111110 10111 110111 0 1011000 1000111 11001 101011101 1001110 101010

Color Harmonies of #BE1737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1737

Black with #BE1737

Text Example


Text Example

White with #BE1737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1737; }

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

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

background-color css

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

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

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

border-color css

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

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

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