Html Css Color HEX #B21846 Cardinal

📋 copy color: '#B21846'

red 178 ◦ green 24 ◦ blue 70

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

Shades of Cardinal #B21846

Tints of Cardinal #B21846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.74%

R = 65.44%
G = 8.82%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B21846 (or 0xB21846) is known color: Cardinal. HEX triplet: B2, 18 and 46. RGB value is (178,24,70). Sum of RGB (Red+Green+Blue) = 178+24+70=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B21846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21846 is #4DE7B9. Grayscale: #4B4B4B. Windows color (decimal): -5105594 or 4593842. OLE color: 4593842.

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

Color convert

RGB 178 24 70 -
CMYK 0 0.87 0.61 0.30
HSL 342.08º 0.76% 0.4% -
HSV(B) 342.08º 0.87% 0.7% -
XYZ 19.79 10.56 6.79 -
YUV 75.29 125.02 201.26 -
System Red Green Blue C M Y K H S L
Decimal 178 24 70 0 0.87 0.61 0.30 342.08 0.76 0.4
Hex B2 18 46 0 57 3D 1E 156 4C 28
Octal 262 30 106 0 127 75 36 526 114 50
Binary 10110010 11000 1000110 0 1010111 111101 11110 101010110 1001100 101000

Color Harmonies of #B21846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21846

Black with #B21846

Text Example


Text Example

White with #B21846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21846; }

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

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

background-color css

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

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

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

border-color css

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

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

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