Html Css Color HEX #BE1733 Cardinal

📋 copy color: '#BE1733'

red 190 ◦ green 23 ◦ blue 51

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

Shades of Cardinal #BE1733

Tints of Cardinal #BE1733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.32%

R = 71.97%
G = 8.71%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE1733 (or 0xBE1733) is known color: Cardinal. HEX triplet: BE, 17 and 33. RGB value is (190,23,51). Sum of RGB (Red+Green+Blue) = 190+23+51=264 (34% of max value = 765). Red value is 190 (74.61% from 255 or 71.97% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1733 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1733 is #41E8CC. Grayscale: #4C4C4C. Windows color (decimal): -4319437 or 3348414. OLE color: 3348414.

HSL color Cylindrical-coordinate representation of color #BE1733: hue angle of 349.94º 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 #BE1733 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 23 51 -
CMYK 0 0.88 0.73 0.25
HSL 349.94º 0.78% 0.42% -
HSV(B) 349.94º 0.88% 0.75% -
XYZ 22.14 11.8 4.24 -
YUV 76.13 113.83 209.22 -
System Red Green Blue C M Y K H S L
Decimal 190 23 51 0 0.88 0.73 0.25 349.94 0.78 0.42
Hex BE 17 33 0 58 49 19 15E 4E 2A
Octal 276 27 63 0 130 111 31 536 116 52
Binary 10111110 10111 110011 0 1011000 1001001 11001 101011110 1001110 101010

Color Harmonies of #BE1733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1733

Black with #BE1733

Text Example


Text Example

White with #BE1733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1733; }

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

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

background-color css

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

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

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

border-color css

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

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

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