Html Css Color HEX #B21346 Cardinal

📋 copy color: '#B21346'

red 178 ◦ green 19 ◦ blue 70

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

Shades of Cardinal #B21346

Tints of Cardinal #B21346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.12%

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

R = 66.67%
G = 7.12%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B21346 (or 0xB21346) is known color: Cardinal. HEX triplet: B2, 13 and 46. RGB value is (178,19,70). Sum of RGB (Red+Green+Blue) = 178+19+70=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B21346 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21346 is #4DECB9. Grayscale: #484848. Windows color (decimal): -5106874 or 4592562. OLE color: 4592562.

HSL color Cylindrical-coordinate representation of color #B21346: hue angle of 340.75º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B21346 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 19 70 -
CMYK 0 0.89 0.61 0.30
HSL 340.75º 0.81% 0.39% -
HSV(B) 340.75º 0.89% 0.7% -
XYZ 19.7 10.37 6.76 -
YUV 72.36 126.68 203.35 -
System Red Green Blue C M Y K H S L
Decimal 178 19 70 0 0.89 0.61 0.30 340.75 0.81 0.39
Hex B2 13 46 0 59 3D 1E 155 51 27
Octal 262 23 106 0 131 75 36 525 121 47
Binary 10110010 10011 1000110 0 1011001 111101 11110 101010101 1010001 100111

Color Harmonies of #B21346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21346

Black with #B21346

Text Example


Text Example

White with #B21346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21346; }

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

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

background-color css

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

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

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

border-color css

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

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

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