Html Css Color HEX #BE2232 Cardinal

📋 copy color: '#BE2232'

red 190 ◦ green 34 ◦ blue 50

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

Shades of Cardinal #BE2232

Tints of Cardinal #BE2232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.41%

 BLUE value IS 50 (19.92% from 255) = 18.25%

R = 69.34%
G = 12.41%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE2232 (or 0xBE2232) is known color: Cardinal. HEX triplet: BE, 22 and 32. RGB value is (190,34,50). Sum of RGB (Red+Green+Blue) = 190+34+50=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2232 is #41DDCD. Grayscale: #525252. Windows color (decimal): -4316622 or 3285694. OLE color: 3285694.

HSL color Cylindrical-coordinate representation of color #BE2232: hue angle of 353.85º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2232 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 34 50 -
CMYK 0 0.82 0.74 0.25
HSL 353.85º 0.7% 0.44% -
HSV(B) 353.85º 0.82% 0.75% -
XYZ 22.38 12.32 4.22 -
YUV 82.47 109.68 204.7 -
System Red Green Blue C M Y K H S L
Decimal 190 34 50 0 0.82 0.74 0.25 353.85 0.7 0.44
Hex BE 22 32 0 52 4A 19 162 46 2C
Octal 276 42 62 0 122 112 31 542 106 54
Binary 10111110 100010 110010 0 1010010 1001010 11001 101100010 1000110 101100

Color Harmonies of #BE2232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2232

Black with #BE2232

Text Example


Text Example

White with #BE2232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2232; }

 p { color: rgb(190,34,50); }

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

background-color css

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

 a { background-color: rgb(190,34,50); }

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

border-color css

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

 span { border-color: rgb(190,34,50); }

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