Html Css Color HEX #B21633 Cardinal

📋 copy color: '#B21633'

red 178 ◦ green 22 ◦ blue 51

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

Shades of Cardinal #B21633

Tints of Cardinal #B21633

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.76%

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

R = 70.92%
G = 8.76%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B21633 (or 0xB21633) is known color: Cardinal. HEX triplet: B2, 16 and 33. RGB value is (178,22,51). Sum of RGB (Red+Green+Blue) = 178+22+51=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B21633 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21633 is #4DE9CC. Grayscale: #474747. Windows color (decimal): -5106125 or 3348146. OLE color: 3348146.

HSL color Cylindrical-coordinate representation of color #B21633: hue angle of 348.85º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B21633 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 22 51 -
CMYK 0 0.88 0.71 0.30
HSL 348.85º 0.78% 0.39% -
HSV(B) 348.85º 0.88% 0.7% -
XYZ 19.24 10.28 4.1 -
YUV 71.95 116.18 203.64 -
System Red Green Blue C M Y K H S L
Decimal 178 22 51 0 0.88 0.71 0.30 348.85 0.78 0.39
Hex B2 16 33 0 58 47 1E 15D 4E 27
Octal 262 26 63 0 130 107 36 535 116 47
Binary 10110010 10110 110011 0 1011000 1000111 11110 101011101 1001110 100111

Color Harmonies of #B21633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21633

Black with #B21633

Text Example


Text Example

White with #B21633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21633; }

 p { color: rgb(178,22,51); }

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

background-color css

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

 a { background-color: rgb(178,22,51); }

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

border-color css

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

 span { border-color: rgb(178,22,51); }

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