Html Css Color HEX #B21148 Cardinal

📋 copy color: '#B21148'

red 178 ◦ green 17 ◦ blue 72

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

Shades of Cardinal #B21148

Tints of Cardinal #B21148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.37%

 BLUE value IS 72 (28.52% from 255) = 26.97%

R = 66.67%
G = 6.37%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B21148 (or 0xB21148) is known color: Cardinal. HEX triplet: B2, 11 and 48. RGB value is (178,17,72). Sum of RGB (Red+Green+Blue) = 178+17+72=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B21148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21148 is #4DEEB7. Grayscale: #474747. Windows color (decimal): -5107384 or 4723122. OLE color: 4723122.

HSL color Cylindrical-coordinate representation of color #B21148: hue angle of 339.5º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21148 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 17 72 -
CMYK 0 0.90 0.60 0.30
HSL 339.5º 0.83% 0.38% -
HSV(B) 339.5º 0.9% 0.7% -
XYZ 19.73 10.33 7.09 -
YUV 71.41 128.34 204.03 -
System Red Green Blue C M Y K H S L
Decimal 178 17 72 0 0.90 0.60 0.30 339.5 0.83 0.38
Hex B2 11 48 0 5A 3C 1E 154 53 26
Octal 262 21 110 0 132 74 36 524 123 46
Binary 10110010 10001 1001000 0 1011010 111100 11110 101010100 1010011 100110

Color Harmonies of #B21148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21148

Black with #B21148

Text Example


Text Example

White with #B21148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21148; }

 p { color: rgb(178,17,72); }

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

background-color css

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

 a { background-color: rgb(178,17,72); }

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

border-color css

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

 span { border-color: rgb(178,17,72); }

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