Html Css Color HEX #B21836 Cardinal

📋 copy color: '#B21836'

red 178 ◦ green 24 ◦ blue 54

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

Shades of Cardinal #B21836

Tints of Cardinal #B21836

RGB

 RED value IS 178 (69.92% from 255) = 69.53%

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

 BLUE value IS 54 (21.48% from 255) = 21.09%

R = 69.53%
G = 9.38%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B21836 (or 0xB21836) is known color: Cardinal. HEX triplet: B2, 18 and 36. RGB value is (178,24,54). Sum of RGB (Red+Green+Blue) = 178+24+54=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B21836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21836 is #4DE7C9. Grayscale: #494949. Windows color (decimal): -5105610 or 3545266. OLE color: 3545266.

HSL color Cylindrical-coordinate representation of color #B21836: hue angle of 348.31º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21836 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 24 54 -
CMYK 0 0.87 0.70 0.30
HSL 348.31º 0.76% 0.4% -
HSV(B) 348.31º 0.87% 0.7% -
XYZ 19.35 10.38 4.47 -
YUV 73.47 117.02 202.56 -
System Red Green Blue C M Y K H S L
Decimal 178 24 54 0 0.87 0.70 0.30 348.31 0.76 0.4
Hex B2 18 36 0 57 46 1E 15C 4C 28
Octal 262 30 66 0 127 106 36 534 114 50
Binary 10110010 11000 110110 0 1010111 1000110 11110 101011100 1001100 101000

Color Harmonies of #B21836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21836

Black with #B21836

Text Example


Text Example

White with #B21836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21836; }

 p { color: rgb(178,24,54); }

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

background-color css

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

 a { background-color: rgb(178,24,54); }

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

border-color css

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

 span { border-color: rgb(178,24,54); }

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