Html Css Color HEX #BE2032 Cardinal

📋 copy color: '#BE2032'

red 190 ◦ green 32 ◦ blue 50

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

Shades of Cardinal #BE2032

Tints of Cardinal #BE2032

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.76%

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

R = 69.85%
G = 11.76%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BE2032 (or 0xBE2032) is known color: Cardinal. HEX triplet: BE, 20 and 32. RGB value is (190,32,50). Sum of RGB (Red+Green+Blue) = 190+32+50=272 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.85% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2032 is #41DFCD. Grayscale: #515151. Windows color (decimal): -4317134 or 3285182. OLE color: 3285182.

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

Color convert

RGB 190 32 50 -
CMYK 0 0.83 0.74 0.25
HSL 353.16º 0.71% 0.44% -
HSV(B) 353.16º 0.83% 0.75% -
XYZ 22.33 12.21 4.2 -
YUV 81.29 110.35 205.54 -
System Red Green Blue C M Y K H S L
Decimal 190 32 50 0 0.83 0.74 0.25 353.16 0.71 0.44
Hex BE 20 32 0 53 4A 19 161 47 2C
Octal 276 40 62 0 123 112 31 541 107 54
Binary 10111110 100000 110010 0 1010011 1001010 11001 101100001 1000111 101100

Color Harmonies of #BE2032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2032

Black with #BE2032

Text Example


Text Example

White with #BE2032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2032; }

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

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

background-color css

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

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

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

border-color css

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

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

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