Html Css Color HEX #B21248 Cardinal

📋 copy color: '#B21248'

red 178 ◦ green 18 ◦ blue 72

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

Shades of Cardinal #B21248

Tints of Cardinal #B21248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

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

R = 66.42%
G = 6.72%
B = 26.87%

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

#B21248 (or 0xB21248) is known color: Cardinal. HEX triplet: B2, 12 and 48. RGB value is (178,18,72). Sum of RGB (Red+Green+Blue) = 178+18+72=268 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.42% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 178 - color contains mainly: red. Hex color #B21248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21248 is #4DEDB7. Grayscale: #474747. Windows color (decimal): -5107128 or 4723378. OLE color: 4723378.

HSL color Cylindrical-coordinate representation of color #B21248: hue angle of 339.75º degrees, saturation: 0.82, 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 #B21248 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 18 72 -
CMYK 0 0.90 0.60 0.30
HSL 339.75º 0.82% 0.38% -
HSV(B) 339.75º 0.9% 0.7% -
XYZ 19.75 10.37 7.09 -
YUV 72 128.01 203.61 -
System Red Green Blue C M Y K H S L
Decimal 178 18 72 0 0.90 0.60 0.30 339.75 0.82 0.38
Hex B2 12 48 0 5A 3C 1E 154 52 26
Octal 262 22 110 0 132 74 36 524 122 46
Binary 10110010 10010 1001000 0 1011010 111100 11110 101010100 1010010 100110

Color Harmonies of #B21248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21248

Black with #B21248

Text Example


Text Example

White with #B21248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21248; }

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

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

background-color css

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

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

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

border-color css

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

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

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