Html Css Color HEX #B32E12 Rust

📋 copy color: '#B32E12'

red 179 ◦ green 46 ◦ blue 18

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

Shades of Rust #B32E12

Tints of Rust #B32E12

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.93%

 BLUE value IS 18 (7.42% from 255) = 7.41%

R = 73.66%
G = 18.93%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B32E12 (or 0xB32E12) is known color: Rust. HEX triplet: B3, 2E and 12. RGB value is (179,46,18). Sum of RGB (Red+Green+Blue) = 179+46+18=243 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.66% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 179 - color contains mainly: red. Hex color #B32E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32E12 is #4CD1ED. Grayscale: #525252. Windows color (decimal): -5034478 or 1191603. OLE color: 1191603.

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

Color convert

RGB 179 46 18 -
CMYK 0 0.74 0.90 0.30
HSL 10.43º 0.82% 0.39% -
HSV(B) 10.43º 0.9% 0.7% -
XYZ 19.68 11.58 1.77 -
YUV 82.58 91.56 196.78 -
System Red Green Blue C M Y K H S L
Decimal 179 46 18 0 0.74 0.90 0.30 10.43 0.82 0.39
Hex B3 2E 12 0 4A 5A 1E A 52 27
Octal 263 56 22 0 112 132 36 12 122 47
Binary 10110011 101110 10010 0 1001010 1011010 11110 1010 1010010 100111

Color Harmonies of #B32E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32E12

Black with #B32E12

Text Example


Text Example

White with #B32E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32E12; }

 p { color: rgb(179,46,18); }

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

background-color css

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

 a { background-color: rgb(179,46,18); }

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

border-color css

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

 span { border-color: rgb(179,46,18); }

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