Html Css Color HEX #B44912 Rust

📋 copy color: '#B44912'

red 180 ◦ green 73 ◦ blue 18

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

Shades of Rust #B44912

Tints of Rust #B44912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.94%

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

R = 66.42%
G = 26.94%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B44912 (or 0xB44912) is known color: Rust. HEX triplet: B4, 49 and 12. RGB value is (180,73,18). Sum of RGB (Red+Green+Blue) = 180+73+18=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B44912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44912 is #4BB6ED. Grayscale: #636363. Windows color (decimal): -4962030 or 1198516. OLE color: 1198516.

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

Color convert

RGB 180 73 18 -
CMYK 0 0.59 0.9 0.29
HSL 20.37º 0.82% 0.39% -
HSV(B) 20.37º 0.9% 0.71% -
XYZ 21.31 14.51 2.25 -
YUV 98.72 82.45 185.97 -
System Red Green Blue C M Y K H S L
Decimal 180 73 18 0 0.59 0.9 0.29 20.37 0.82 0.39
Hex B4 49 12 0 3B 5A 1D 14 52 27
Octal 264 111 22 0 73 132 35 24 122 47
Binary 10110100 1001001 10010 0 111011 1011010 11101 10100 1010010 100111

Color Harmonies of #B44912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44912

Black with #B44912

Text Example


Text Example

White with #B44912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44912; }

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

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

background-color css

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

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

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

border-color css

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

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

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