Html Css Color HEX #B32B0C Rust

📋 copy color: '#B32B0C'

red 179 ◦ green 43 ◦ blue 12

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

Shades of Rust #B32B0C

Tints of Rust #B32B0C

RGB

 RED value IS 179 (70.31% from 255) = 76.5%

 GREEN value IS 43 (17.19% from 255) = 18.38%

 BLUE value IS 12 (5.08% from 255) = 5.13%

R = 76.5%
G = 18.38%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B32B0C (or 0xB32B0C) is known color: Rust. HEX triplet: B3, 2B and 0C. RGB value is (179,43,12). Sum of RGB (Red+Green+Blue) = 179+43+12=234 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.50% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 179 - color contains mainly: red. Hex color #B32B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32B0C is #4CD4F3. Grayscale: #505050. Windows color (decimal): -5035252 or 797619. OLE color: 797619.

HSL color Cylindrical-coordinate representation of color #B32B0C: hue angle of 11.14º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B32B0C is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 43 12 -
CMYK 0 0.76 0.93 0.30
HSL 11.14º 0.87% 0.37% -
HSV(B) 11.14º 0.93% 0.7% -
XYZ 19.52 11.34 1.51 -
YUV 80.13 89.56 198.52 -
System Red Green Blue C M Y K H S L
Decimal 179 43 12 0 0.76 0.93 0.30 11.14 0.87 0.37
Hex B3 2B C 0 4C 5D 1E B 57 25
Octal 263 53 14 0 114 135 36 13 127 45
Binary 10110011 101011 1100 0 1001100 1011101 11110 1011 1010111 100101

Color Harmonies of #B32B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32B0C

Black with #B32B0C

Text Example


Text Example

White with #B32B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32B0C; }

 p { color: rgb(179,43,12); }

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

background-color css

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

 a { background-color: rgb(179,43,12); }

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

border-color css

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

 span { border-color: rgb(179,43,12); }

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