Html Css Color HEX #B44404 Rust

📋 copy color: '#B44404'

red 180 ◦ green 68 ◦ blue 4

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

Shades of Rust #B44404

Tints of Rust #B44404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.98%

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

R = 71.43%
G = 26.98%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B44404 (or 0xB44404) is known color: Rust. HEX triplet: B4, 44 and 04. RGB value is (180,68,4). Sum of RGB (Red+Green+Blue) = 180+68+4=252 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.43% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 180 - color contains mainly: red. Hex color #B44404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44404 is #4BBBFB. Grayscale: #5E5E5E. Windows color (decimal): -4963324 or 279732. OLE color: 279732.

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

Color convert

RGB 180 68 4 -
CMYK 0 0.62 0.98 0.29
HSL 21.82º 0.96% 0.36% -
HSV(B) 21.82º 0.98% 0.71% -
XYZ 20.91 13.85 1.69 -
YUV 94.19 77.11 189.2 -
System Red Green Blue C M Y K H S L
Decimal 180 68 4 0 0.62 0.98 0.29 21.82 0.96 0.36
Hex B4 44 4 0 3E 62 1D 16 60 24
Octal 264 104 4 0 76 142 35 26 140 44
Binary 10110100 1000100 100 0 111110 1100010 11101 10110 1100000 100100

Color Harmonies of #B44404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44404

Black with #B44404

Text Example


Text Example

White with #B44404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44404; }

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

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

background-color css

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

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

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

border-color css

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

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

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