Html Css Color HEX #B44712 Rust

📋 copy color: '#B44712'

red 180 ◦ green 71 ◦ blue 18

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

Shades of Rust #B44712

Tints of Rust #B44712

RGB

 RED value IS 180 (70.7% from 255) = 66.91%

 GREEN value IS 71 (28.13% from 255) = 26.39%

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

R = 66.91%
G = 26.39%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B44712 (or 0xB44712) is known color: Rust. HEX triplet: B4, 47 and 12. RGB value is (180,71,18). Sum of RGB (Red+Green+Blue) = 180+71+18=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B44712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44712 is #4BB8ED. Grayscale: #616161. Windows color (decimal): -4962542 or 1198004. OLE color: 1198004.

HSL color Cylindrical-coordinate representation of color #B44712: hue angle of 19.63º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B44712 is Cyan = 0, Magento = 0.61, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 71 18 -
CMYK 0 0.61 0.9 0.29
HSL 19.63º 0.82% 0.39% -
HSV(B) 19.63º 0.9% 0.71% -
XYZ 21.18 14.25 2.21 -
YUV 97.55 83.11 186.81 -
System Red Green Blue C M Y K H S L
Decimal 180 71 18 0 0.61 0.9 0.29 19.63 0.82 0.39
Hex B4 47 12 0 3D 5A 1D 14 52 27
Octal 264 107 22 0 75 132 35 24 122 47
Binary 10110100 1000111 10010 0 111101 1011010 11101 10100 1010010 100111

Color Harmonies of #B44712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44712

Black with #B44712

Text Example


Text Example

White with #B44712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44712; }

 p { color: rgb(180,71,18); }

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

background-color css

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

 a { background-color: rgb(180,71,18); }

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

border-color css

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

 span { border-color: rgb(180,71,18); }

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