Html Css Color HEX #B44208 Rust

📋 copy color: '#B44208'

red 180 ◦ green 66 ◦ blue 8

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

Shades of Rust #B44208

Tints of Rust #B44208

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.98%

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

R = 70.87%
G = 25.98%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B44208 (or 0xB44208) is known color: Rust. HEX triplet: B4, 42 and 08. RGB value is (180,66,8). Sum of RGB (Red+Green+Blue) = 180+66+8=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B44208 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44208 is #4BBDF7. Grayscale: #5D5D5D. Windows color (decimal): -4963832 or 541364. OLE color: 541364.

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

Color convert

RGB 180 66 8 -
CMYK 0 0.63 0.96 0.29
HSL 20.23º 0.91% 0.37% -
HSV(B) 20.23º 0.96% 0.71% -
XYZ 20.81 13.62 1.76 -
YUV 93.47 79.77 189.72 -
System Red Green Blue C M Y K H S L
Decimal 180 66 8 0 0.63 0.96 0.29 20.23 0.91 0.37
Hex B4 42 8 0 3F 60 1D 14 5B 25
Octal 264 102 10 0 77 140 35 24 133 45
Binary 10110100 1000010 1000 0 111111 1100000 11101 10100 1011011 100101

Color Harmonies of #B44208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44208

Black with #B44208

Text Example


Text Example

White with #B44208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44208; }

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

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

background-color css

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

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

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

border-color css

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

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

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