Html Css Color HEX #BE1833 Cardinal

📋 copy color: '#BE1833'

red 190 ◦ green 24 ◦ blue 51

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

Shades of Cardinal #BE1833

Tints of Cardinal #BE1833

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.06%

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

R = 71.7%
G = 9.06%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BE1833 (or 0xBE1833) is known color: Cardinal. HEX triplet: BE, 18 and 33. RGB value is (190,24,51). Sum of RGB (Red+Green+Blue) = 190+24+51=265 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.70% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1833 is #41E7CC. Grayscale: #4C4C4C. Windows color (decimal): -4319181 or 3348670. OLE color: 3348670.

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

Color convert

RGB 190 24 51 -
CMYK 0 0.87 0.73 0.25
HSL 350.24º 0.78% 0.42% -
HSV(B) 350.24º 0.87% 0.75% -
XYZ 22.16 11.84 4.25 -
YUV 76.71 113.5 208.8 -
System Red Green Blue C M Y K H S L
Decimal 190 24 51 0 0.87 0.73 0.25 350.24 0.78 0.42
Hex BE 18 33 0 57 49 19 15E 4E 2A
Octal 276 30 63 0 127 111 31 536 116 52
Binary 10111110 11000 110011 0 1010111 1001001 11001 101011110 1001110 101010

Color Harmonies of #BE1833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1833

Black with #BE1833

Text Example


Text Example

White with #BE1833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1833; }

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

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

background-color css

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

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

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

border-color css

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

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

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