Html Css Color HEX #B21134 Cardinal

📋 copy color: '#B21134'

red 178 ◦ green 17 ◦ blue 52

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

Shades of Cardinal #B21134

Tints of Cardinal #B21134

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.88%

 BLUE value IS 52 (20.7% from 255) = 21.05%

R = 72.06%
G = 6.88%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B21134 (or 0xB21134) is known color: Cardinal. HEX triplet: B2, 11 and 34. RGB value is (178,17,52). Sum of RGB (Red+Green+Blue) = 178+17+52=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B21134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21134 is #4DEECB. Grayscale: #454545. Windows color (decimal): -5107404 or 3412402. OLE color: 3412402.

HSL color Cylindrical-coordinate representation of color #B21134: hue angle of 346.96º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B21134 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 17 52 -
CMYK 0 0.90 0.71 0.30
HSL 346.96º 0.83% 0.38% -
HSV(B) 346.96º 0.9% 0.7% -
XYZ 19.18 10.11 4.19 -
YUV 69.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 178 17 52 0 0.90 0.71 0.30 346.96 0.83 0.38
Hex B2 11 34 0 5A 47 1E 15B 53 26
Octal 262 21 64 0 132 107 36 533 123 46
Binary 10110010 10001 110100 0 1011010 1000111 11110 101011011 1010011 100110

Color Harmonies of #B21134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21134

Black with #B21134

Text Example


Text Example

White with #B21134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21134; }

 p { color: rgb(178,17,52); }

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

background-color css

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

 a { background-color: rgb(178,17,52); }

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

border-color css

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

 span { border-color: rgb(178,17,52); }

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