Html Css Color HEX #B44808 Rust

📋 copy color: '#B44808'

red 180 ◦ green 72 ◦ blue 8

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

Shades of Rust #B44808

Tints of Rust #B44808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.08%

R = 69.23%
G = 27.69%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B44808 (or 0xB44808) is known color: Rust. HEX triplet: B4, 48 and 08. RGB value is (180,72,8). Sum of RGB (Red+Green+Blue) = 180+72+8=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B44808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44808 is #4BB7F7. Grayscale: #616161. Windows color (decimal): -4962296 or 542900. OLE color: 542900.

HSL color Cylindrical-coordinate representation of color #B44808: hue angle of 22.33º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B44808 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 72 8 -
CMYK 0 0.60 0.96 0.29
HSL 22.33º 0.91% 0.37% -
HSV(B) 22.33º 0.96% 0.71% -
XYZ 21.18 14.36 1.88 -
YUV 97 77.78 187.2 -
System Red Green Blue C M Y K H S L
Decimal 180 72 8 0 0.60 0.96 0.29 22.33 0.91 0.37
Hex B4 48 8 0 3C 60 1D 16 5B 25
Octal 264 110 10 0 74 140 35 26 133 45
Binary 10110100 1001000 1000 0 111100 1100000 11101 10110 1011011 100101

Color Harmonies of #B44808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44808

Black with #B44808

Text Example


Text Example

White with #B44808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44808; }

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

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

background-color css

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

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

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

border-color css

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

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

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