Html Css Color HEX #B21649 Cardinal

📋 copy color: '#B21649'

red 178 ◦ green 22 ◦ blue 73

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

Shades of Cardinal #B21649

Tints of Cardinal #B21649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 26.74%

R = 65.2%
G = 8.06%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#B21649 (or 0xB21649) is known color: Cardinal. HEX triplet: B2, 16 and 49. RGB value is (178,22,73). Sum of RGB (Red+Green+Blue) = 178+22+73=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B21649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21649 is #4DE9B6. Grayscale: #4A4A4A. Windows color (decimal): -5106103 or 4789938. OLE color: 4789938.

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

Color convert

RGB 178 22 73 -
CMYK 0 0.88 0.59 0.30
HSL 340.38º 0.78% 0.39% -
HSV(B) 340.38º 0.88% 0.7% -
XYZ 19.85 10.52 7.29 -
YUV 74.46 127.18 201.85 -
System Red Green Blue C M Y K H S L
Decimal 178 22 73 0 0.88 0.59 0.30 340.38 0.78 0.39
Hex B2 16 49 0 58 3B 1E 154 4E 27
Octal 262 26 111 0 130 73 36 524 116 47
Binary 10110010 10110 1001001 0 1011000 111011 11110 101010100 1001110 100111

Color Harmonies of #B21649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21649

Black with #B21649

Text Example


Text Example

White with #B21649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21649; }

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

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

background-color css

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

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

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

border-color css

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

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

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