Html Css Color HEX #B44812 Rust

📋 copy color: '#B44812'

red 180 ◦ green 72 ◦ blue 18

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

Shades of Rust #B44812

Tints of Rust #B44812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.67%

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

R = 66.67%
G = 26.67%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.9

 K value IS 0.29

RGB Variations

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

Color information

#B44812 (or 0xB44812) is known color: Rust. HEX triplet: B4, 48 and 12. RGB value is (180,72,18). Sum of RGB (Red+Green+Blue) = 180+72+18=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B44812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44812 is #4BB7ED. Grayscale: #626262. Windows color (decimal): -4962286 or 1198260. OLE color: 1198260.

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

Color convert

RGB 180 72 18 -
CMYK 0 0.60 0.9 0.29
HSL 20º 0.82% 0.39% -
HSV(B) 20º 0.9% 0.71% -
XYZ 21.25 14.38 2.23 -
YUV 98.14 82.78 186.39 -
System Red Green Blue C M Y K H S L
Decimal 180 72 18 0 0.60 0.9 0.29 20 0.82 0.39
Hex B4 48 12 0 3C 5A 1D 14 52 27
Octal 264 110 22 0 74 132 35 24 122 47
Binary 10110100 1001000 10010 0 111100 1011010 11101 10100 1010010 100111

Color Harmonies of #B44812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44812

Black with #B44812

Text Example


Text Example

White with #B44812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44812; }

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

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

background-color css

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

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

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

border-color css

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

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

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