Html Css Color HEX #B21046 Cardinal

📋 copy color: '#B21046'

red 178 ◦ green 16 ◦ blue 70

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

Shades of Cardinal #B21046

Tints of Cardinal #B21046

RGB

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

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

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

R = 67.42%
G = 6.06%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B21046 (or 0xB21046) is known color: Cardinal. HEX triplet: B2, 10 and 46. RGB value is (178,16,70). Sum of RGB (Red+Green+Blue) = 178+16+70=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B21046 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21046 is #4DEFB9. Grayscale: #464646. Windows color (decimal): -5107642 or 4591794. OLE color: 4591794.

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

Color convert

RGB 178 16 70 -
CMYK 0 0.91 0.61 0.30
HSL 340º 0.84% 0.38% -
HSV(B) 340º 0.91% 0.7% -
XYZ 19.65 10.28 6.74 -
YUV 70.59 127.67 204.61 -
System Red Green Blue C M Y K H S L
Decimal 178 16 70 0 0.91 0.61 0.30 340 0.84 0.38
Hex B2 10 46 0 5B 3D 1E 154 54 26
Octal 262 20 106 0 133 75 36 524 124 46
Binary 10110010 10000 1000110 0 1011011 111101 11110 101010100 1010100 100110

Color Harmonies of #B21046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21046

Black with #B21046

Text Example


Text Example

White with #B21046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21046; }

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

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

background-color css

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

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

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

border-color css

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

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

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