Html Css Color HEX #B21048 Cardinal

📋 copy color: '#B21048'

red 178 ◦ green 16 ◦ blue 72

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

Shades of Cardinal #B21048

Tints of Cardinal #B21048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

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

R = 66.92%
G = 6.02%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B21048 (or 0xB21048) is known color: Cardinal. HEX triplet: B2, 10 and 48. RGB value is (178,16,72). Sum of RGB (Red+Green+Blue) = 178+16+72=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B21048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21048 is #4DEFB7. Grayscale: #464646. Windows color (decimal): -5107640 or 4722866. OLE color: 4722866.

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

Color convert

RGB 178 16 72 -
CMYK 0 0.91 0.60 0.30
HSL 339.26º 0.84% 0.38% -
HSV(B) 339.26º 0.91% 0.7% -
XYZ 19.72 10.3 7.08 -
YUV 70.82 128.67 204.45 -
System Red Green Blue C M Y K H S L
Decimal 178 16 72 0 0.91 0.60 0.30 339.26 0.84 0.38
Hex B2 10 48 0 5B 3C 1E 153 54 26
Octal 262 20 110 0 133 74 36 523 124 46
Binary 10110010 10000 1001000 0 1011011 111100 11110 101010011 1010100 100110

Color Harmonies of #B21048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21048

Black with #B21048

Text Example


Text Example

White with #B21048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21048; }

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

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

background-color css

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

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

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

border-color css

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

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

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