Html Css Color HEX #B45004 Rust

📋 copy color: '#B45004'

red 180 ◦ green 80 ◦ blue 4

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

Shades of Rust #B45004

Tints of Rust #B45004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.3%

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

R = 68.18%
G = 30.3%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B45004 (or 0xB45004) is known color: Rust. HEX triplet: B4, 50 and 04. RGB value is (180,80,4). Sum of RGB (Red+Green+Blue) = 180+80+4=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B45004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45004 is #4BAFFB. Grayscale: #656565. Windows color (decimal): -4960252 or 282804. OLE color: 282804.

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

Color convert

RGB 180 80 4 -
CMYK 0 0.56 0.98 0.29
HSL 25.91º 0.96% 0.36% -
HSV(B) 25.91º 0.98% 0.71% -
XYZ 21.71 15.45 1.95 -
YUV 101.24 73.13 184.18 -
System Red Green Blue C M Y K H S L
Decimal 180 80 4 0 0.56 0.98 0.29 25.91 0.96 0.36
Hex B4 50 4 0 38 62 1D 1A 60 24
Octal 264 120 4 0 70 142 35 32 140 44
Binary 10110100 1010000 100 0 111000 1100010 11101 11010 1100000 100100

Color Harmonies of #B45004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45004

Black with #B45004

Text Example


Text Example

White with #B45004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45004; }

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

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

background-color css

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

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

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

border-color css

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

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

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