Html Css Color HEX #B44204 Rust

📋 copy color: '#B44204'

red 180 ◦ green 66 ◦ blue 4

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

Shades of Rust #B44204

Tints of Rust #B44204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.6%

R = 72%
G = 26.4%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B44204 (or 0xB44204) is known color: Rust. HEX triplet: B4, 42 and 04. RGB value is (180,66,4). Sum of RGB (Red+Green+Blue) = 180+66+4=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B44204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44204 is #4BBDFB. Grayscale: #5D5D5D. Windows color (decimal): -4963836 or 279220. OLE color: 279220.

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

Color convert

RGB 180 66 4 -
CMYK 0 0.63 0.98 0.29
HSL 21.14º 0.96% 0.36% -
HSV(B) 21.14º 0.98% 0.71% -
XYZ 20.79 13.61 1.65 -
YUV 93.02 77.77 190.04 -
System Red Green Blue C M Y K H S L
Decimal 180 66 4 0 0.63 0.98 0.29 21.14 0.96 0.36
Hex B4 42 4 0 3F 62 1D 15 60 24
Octal 264 102 4 0 77 142 35 25 140 44
Binary 10110100 1000010 100 0 111111 1100010 11101 10101 1100000 100100

Color Harmonies of #B44204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44204

Black with #B44204

Text Example


Text Example

White with #B44204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44204; }

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

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

background-color css

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

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

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

border-color css

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

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

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