Html Css Color HEX #B0132F Cardinal

📋 copy color: '#B0132F'

red 176 ◦ green 19 ◦ blue 47

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

Shades of Cardinal #B0132F

Tints of Cardinal #B0132F

RGB

 RED value IS 176 (69.14% from 255) = 72.73%

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

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

R = 72.73%
G = 7.85%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B0132F (or 0xB0132F) is known color: Cardinal. HEX triplet: B0, 13 and 2F. RGB value is (176,19,47). Sum of RGB (Red+Green+Blue) = 176+19+47=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 19 (7.81% from 255 or 7.85% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B0132F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0132F is #4FECD0. Grayscale: #454545. Windows color (decimal): -5237969 or 3085232. OLE color: 3085232.

HSL color Cylindrical-coordinate representation of color #B0132F: hue angle of 349.3º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0132F is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 19 47 -
CMYK 0 0.89 0.73 0.31
HSL 349.3º 0.81% 0.38% -
HSV(B) 349.3º 0.89% 0.69% -
XYZ 18.65 9.9 3.62 -
YUV 69.14 115.51 204.22 -
System Red Green Blue C M Y K H S L
Decimal 176 19 47 0 0.89 0.73 0.31 349.3 0.81 0.38
Hex B0 13 2F 0 59 49 1F 15D 51 26
Octal 260 23 57 0 131 111 37 535 121 46
Binary 10110000 10011 101111 0 1011001 1001001 11111 101011101 1010001 100110

Color Harmonies of #B0132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0132F

Black with #B0132F

Text Example


Text Example

White with #B0132F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0132F; }

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

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

background-color css

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

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

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

border-color css

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

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

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