Html Css Color HEX #B21B28 Cardinal

📋 copy color: '#B21B28'

red 178 ◦ green 27 ◦ blue 40

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

Shades of Cardinal #B21B28

Tints of Cardinal #B21B28

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.02%

 BLUE value IS 40 (16.02% from 255) = 16.33%

R = 72.65%
G = 11.02%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B21B28 (or 0xB21B28) is known color: Cardinal. HEX triplet: B2, 1B and 28. RGB value is (178,27,40). Sum of RGB (Red+Green+Blue) = 178+27+40=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 27 (10.94% from 255 or 11.02% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21B28 is #4DE4D7. Grayscale: #494949. Windows color (decimal): -5104856 or 2628530. OLE color: 2628530.

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

Color convert

RGB 178 27 40 -
CMYK 0 0.85 0.78 0.30
HSL 354.83º 0.74% 0.4% -
HSV(B) 354.83º 0.85% 0.7% -
XYZ 19.14 10.4 3.01 -
YUV 73.63 109.03 202.44 -
System Red Green Blue C M Y K H S L
Decimal 178 27 40 0 0.85 0.78 0.30 354.83 0.74 0.4
Hex B2 1B 28 0 55 4E 1E 163 4A 28
Octal 262 33 50 0 125 116 36 543 112 50
Binary 10110010 11011 101000 0 1010101 1001110 11110 101100011 1001010 101000

Color Harmonies of #B21B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21B28

Black with #B21B28

Text Example


Text Example

White with #B21B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21B28; }

 p { color: rgb(178,27,40); }

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

background-color css

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

 a { background-color: rgb(178,27,40); }

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

border-color css

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

 span { border-color: rgb(178,27,40); }

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