Html Css Color HEX #B44512 Rust

📋 copy color: '#B44512'

red 180 ◦ green 69 ◦ blue 18

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

Shades of Rust #B44512

Tints of Rust #B44512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.84%

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

R = 67.42%
G = 25.84%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B44512 (or 0xB44512) is known color: Rust. HEX triplet: B4, 45 and 12. RGB value is (180,69,18). Sum of RGB (Red+Green+Blue) = 180+69+18=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B44512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44512 is #4BBAED. Grayscale: #606060. Windows color (decimal): -4963054 or 1197492. OLE color: 1197492.

HSL color Cylindrical-coordinate representation of color #B44512: hue angle of 18.89º 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 #B44512 is Cyan = 0, Magento = 0.62, Yellow = 0.9 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 69 18 -
CMYK 0 0.62 0.9 0.29
HSL 18.89º 0.82% 0.39% -
HSV(B) 18.89º 0.9% 0.71% -
XYZ 21.06 14 2.17 -
YUV 96.38 83.77 187.65 -
System Red Green Blue C M Y K H S L
Decimal 180 69 18 0 0.62 0.9 0.29 18.89 0.82 0.39
Hex B4 45 12 0 3E 5A 1D 13 52 27
Octal 264 105 22 0 76 132 35 23 122 47
Binary 10110100 1000101 10010 0 111110 1011010 11101 10011 1010010 100111

Color Harmonies of #B44512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44512

Black with #B44512

Text Example


Text Example

White with #B44512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44512; }

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

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

background-color css

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

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

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

border-color css

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

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

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