Html Css Color HEX #B21347 Cardinal

📋 copy color: '#B21347'

red 178 ◦ green 19 ◦ blue 71

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

Shades of Cardinal #B21347

Tints of Cardinal #B21347

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.09%

 BLUE value IS 71 (28.13% from 255) = 26.49%

R = 66.42%
G = 7.09%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B21347 (or 0xB21347) is known color: Cardinal. HEX triplet: B2, 13 and 47. RGB value is (178,19,71). Sum of RGB (Red+Green+Blue) = 178+19+71=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B21347 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21347 is #4DECB8. Grayscale: #484848. Windows color (decimal): -5106873 or 4658098. OLE color: 4658098.

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

Color convert

RGB 178 19 71 -
CMYK 0 0.89 0.60 0.30
HSL 340.38º 0.81% 0.39% -
HSV(B) 340.38º 0.89% 0.7% -
XYZ 19.73 10.39 6.93 -
YUV 72.47 127.18 203.27 -
System Red Green Blue C M Y K H S L
Decimal 178 19 71 0 0.89 0.60 0.30 340.38 0.81 0.39
Hex B2 13 47 0 59 3C 1E 154 51 27
Octal 262 23 107 0 131 74 36 524 121 47
Binary 10110010 10011 1000111 0 1011001 111100 11110 101010100 1010001 100111

Color Harmonies of #B21347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21347

Black with #B21347

Text Example


Text Example

White with #B21347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21347; }

 p { color: rgb(178,19,71); }

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

background-color css

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

 a { background-color: rgb(178,19,71); }

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

border-color css

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

 span { border-color: rgb(178,19,71); }

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