Html Css Color HEX #B44704 Rust

📋 copy color: '#B44704'

red 180 ◦ green 71 ◦ blue 4

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

Shades of Rust #B44704

Tints of Rust #B44704

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.84%

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

R = 70.59%
G = 27.84%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B44704 (or 0xB44704) is known color: Rust. HEX triplet: B4, 47 and 04. RGB value is (180,71,4). Sum of RGB (Red+Green+Blue) = 180+71+4=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B44704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44704 is #4BB8FB. Grayscale: #606060. Windows color (decimal): -4962556 or 280500. OLE color: 280500.

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

Color convert

RGB 180 71 4 -
CMYK 0 0.61 0.98 0.29
HSL 22.84º 0.96% 0.36% -
HSV(B) 22.84º 0.98% 0.71% -
XYZ 21.1 14.22 1.75 -
YUV 95.95 76.11 187.95 -
System Red Green Blue C M Y K H S L
Decimal 180 71 4 0 0.61 0.98 0.29 22.84 0.96 0.36
Hex B4 47 4 0 3D 62 1D 17 60 24
Octal 264 107 4 0 75 142 35 27 140 44
Binary 10110100 1000111 100 0 111101 1100010 11101 10111 1100000 100100

Color Harmonies of #B44704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44704

Black with #B44704

Text Example


Text Example

White with #B44704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44704; }

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

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

background-color css

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

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

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

border-color css

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

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

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