Html Css Color HEX #B21544 Cardinal

📋 copy color: '#B21544'

red 178 ◦ green 21 ◦ blue 68

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

Shades of Cardinal #B21544

Tints of Cardinal #B21544

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.87%

 BLUE value IS 68 (26.95% from 255) = 25.47%

R = 66.67%
G = 7.87%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B21544 (or 0xB21544) is known color: Cardinal. HEX triplet: B2, 15 and 44. RGB value is (178,21,68). Sum of RGB (Red+Green+Blue) = 178+21+68=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B21544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21544 is #4DEABB. Grayscale: #494949. Windows color (decimal): -5106364 or 4462002. OLE color: 4462002.

HSL color Cylindrical-coordinate representation of color #B21544: hue angle of 342.04º degrees, saturation: 0.79, 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 #B21544 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 21 68 -
CMYK 0 0.88 0.62 0.30
HSL 342.04º 0.79% 0.39% -
HSV(B) 342.04º 0.88% 0.7% -
XYZ 19.67 10.42 6.44 -
YUV 73.3 125.01 202.68 -
System Red Green Blue C M Y K H S L
Decimal 178 21 68 0 0.88 0.62 0.30 342.04 0.79 0.39
Hex B2 15 44 0 58 3E 1E 156 4F 27
Octal 262 25 104 0 130 76 36 526 117 47
Binary 10110010 10101 1000100 0 1011000 111110 11110 101010110 1001111 100111

Color Harmonies of #B21544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21544

Black with #B21544

Text Example


Text Example

White with #B21544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21544; }

 p { color: rgb(178,21,68); }

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

background-color css

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

 a { background-color: rgb(178,21,68); }

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

border-color css

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

 span { border-color: rgb(178,21,68); }

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