Html Css Color HEX #B21848 Cardinal

📋 copy color: '#B21848'

red 178 ◦ green 24 ◦ blue 72

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

Shades of Cardinal #B21848

Tints of Cardinal #B21848

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

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

R = 64.96%
G = 8.76%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B21848 (or 0xB21848) is known color: Cardinal. HEX triplet: B2, 18 and 48. RGB value is (178,24,72). Sum of RGB (Red+Green+Blue) = 178+24+72=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B21848 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21848 is #4DE7B7. Grayscale: #4B4B4B. Windows color (decimal): -5105592 or 4724914. OLE color: 4724914.

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

Color convert

RGB 178 24 72 -
CMYK 0 0.87 0.60 0.30
HSL 341.3º 0.76% 0.4% -
HSV(B) 341.3º 0.87% 0.7% -
XYZ 19.86 10.59 7.13 -
YUV 75.52 126.02 201.1 -
System Red Green Blue C M Y K H S L
Decimal 178 24 72 0 0.87 0.60 0.30 341.3 0.76 0.4
Hex B2 18 48 0 57 3C 1E 155 4C 28
Octal 262 30 110 0 127 74 36 525 114 50
Binary 10110010 11000 1001000 0 1010111 111100 11110 101010101 1001100 101000

Color Harmonies of #B21848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21848

Black with #B21848

Text Example


Text Example

White with #B21848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21848; }

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

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

background-color css

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

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

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

border-color css

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

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

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