Html Css Color HEX #B2132F Cardinal

📋 copy color: '#B2132F'

red 178 ◦ green 19 ◦ blue 47

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

Shades of Cardinal #B2132F

Tints of Cardinal #B2132F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.26%

R = 72.95%
G = 7.79%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.30

RGB Variations

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

Color information

#B2132F (or 0xB2132F) is known color: Cardinal. HEX triplet: B2, 13 and 2F. RGB value is (178,19,47). Sum of RGB (Red+Green+Blue) = 178+19+47=244 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.95% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 178 - color contains mainly: red. Hex color #B2132F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2132F is #4DECD0. Grayscale: #454545. Windows color (decimal): -5106897 or 3085234. OLE color: 3085234.

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

Color convert

RGB 178 19 47 -
CMYK 0 0.89 0.74 0.30
HSL 349.43º 0.81% 0.39% -
HSV(B) 349.43º 0.89% 0.7% -
XYZ 19.11 10.14 3.64 -
YUV 69.73 115.18 205.22 -
System Red Green Blue C M Y K H S L
Decimal 178 19 47 0 0.89 0.74 0.30 349.43 0.81 0.39
Hex B2 13 2F 0 59 4A 1E 15D 51 27
Octal 262 23 57 0 131 112 36 535 121 47
Binary 10110010 10011 101111 0 1011001 1001010 11110 101011101 1010001 100111

Color Harmonies of #B2132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2132F

Black with #B2132F

Text Example


Text Example

White with #B2132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2132F; }

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

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

background-color css

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

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

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

border-color css

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

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

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