Html Css Color HEX #B04005 Rust

📋 copy color: '#B04005'

red 176 ◦ green 64 ◦ blue 5

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

Shades of Rust #B04005

Tints of Rust #B04005

RGB

 RED value IS 176 (69.14% from 255) = 71.84%

 GREEN value IS 64 (25.39% from 255) = 26.12%

 BLUE value IS 5 (2.34% from 255) = 2.04%

R = 71.84%
G = 26.12%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B04005 (or 0xB04005) is known color: Rust. HEX triplet: B0, 40 and 05. RGB value is (176,64,5). Sum of RGB (Red+Green+Blue) = 176+64+5=245 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.84% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 176 - color contains mainly: red. Hex color #B04005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04005 is #4FBFFA. Grayscale: #5B5B5B. Windows color (decimal): -5226491 or 344240. OLE color: 344240.

HSL color Cylindrical-coordinate representation of color #B04005: hue angle of 20.7º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B04005 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 64 5 -
CMYK 0 0.64 0.97 0.31
HSL 20.7º 0.94% 0.35% -
HSV(B) 20.7º 0.97% 0.69% -
XYZ 19.77 12.91 1.59 -
YUV 90.76 79.61 188.8 -
System Red Green Blue C M Y K H S L
Decimal 176 64 5 0 0.64 0.97 0.31 20.7 0.94 0.35
Hex B0 40 5 0 40 61 1F 15 5E 23
Octal 260 100 5 0 100 141 37 25 136 43
Binary 10110000 1000000 101 0 1000000 1100001 11111 10101 1011110 100011

Color Harmonies of #B04005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04005

Black with #B04005

Text Example


Text Example

White with #B04005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04005; }

 p { color: rgb(176,64,5); }

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

background-color css

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

 a { background-color: rgb(176,64,5); }

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

border-color css

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

 span { border-color: rgb(176,64,5); }

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