Html Css Color HEX #B21639 Cardinal

📋 copy color: '#B21639'

red 178 ◦ green 22 ◦ blue 57

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

Shades of Cardinal #B21639

Tints of Cardinal #B21639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.18%

R = 69.26%
G = 8.56%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B21639 (or 0xB21639) is known color: Cardinal. HEX triplet: B2, 16 and 39. RGB value is (178,22,57). Sum of RGB (Red+Green+Blue) = 178+22+57=257 (34% of max value = 765). Red value is 178 (69.92% from 255 or 69.26% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 178 - color contains mainly: red. Hex color #B21639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21639 is #4DE9C6. Grayscale: #484848. Windows color (decimal): -5106119 or 3741362. OLE color: 3741362.

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

Color convert

RGB 178 22 57 -
CMYK 0 0.88 0.68 0.30
HSL 346.54º 0.78% 0.39% -
HSV(B) 346.54º 0.88% 0.7% -
XYZ 19.39 10.33 4.84 -
YUV 72.63 119.18 203.15 -
System Red Green Blue C M Y K H S L
Decimal 178 22 57 0 0.88 0.68 0.30 346.54 0.78 0.39
Hex B2 16 39 0 58 44 1E 15B 4E 27
Octal 262 26 71 0 130 104 36 533 116 47
Binary 10110010 10110 111001 0 1011000 1000100 11110 101011011 1001110 100111

Color Harmonies of #B21639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21639

Black with #B21639

Text Example


Text Example

White with #B21639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21639; }

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

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

background-color css

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

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

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

border-color css

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

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

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