Html Css Color HEX #B32F0E Rust

📋 copy color: '#B32F0E'

red 179 ◦ green 47 ◦ blue 14

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

Shades of Rust #B32F0E

Tints of Rust #B32F0E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.58%

 BLUE value IS 14 (5.86% from 255) = 5.83%

R = 74.58%
G = 19.58%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#B32F0E (or 0xB32F0E) is known color: Rust. HEX triplet: B3, 2F and 0E. RGB value is (179,47,14). Sum of RGB (Red+Green+Blue) = 179+47+14=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B32F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32F0E is #4CD0F1. Grayscale: #525252. Windows color (decimal): -5034226 or 929715. OLE color: 929715.

HSL color Cylindrical-coordinate representation of color #B32F0E: hue angle of 12º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B32F0E is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 47 14 -
CMYK 0 0.74 0.92 0.30
HSL 12º 0.85% 0.38% -
HSV(B) 12º 0.92% 0.7% -
XYZ 19.69 11.65 1.63 -
YUV 82.71 89.23 196.68 -
System Red Green Blue C M Y K H S L
Decimal 179 47 14 0 0.74 0.92 0.30 12 0.85 0.38
Hex B3 2F E 0 4A 5C 1E C 55 26
Octal 263 57 16 0 112 134 36 14 125 46
Binary 10110011 101111 1110 0 1001010 1011100 11110 1100 1010101 100110

Color Harmonies of #B32F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32F0E

Black with #B32F0E

Text Example


Text Example

White with #B32F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32F0E; }

 p { color: rgb(179,47,14); }

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

background-color css

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

 a { background-color: rgb(179,47,14); }

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

border-color css

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

 span { border-color: rgb(179,47,14); }

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