Html Css Color HEX #B04C0B Rust

📋 copy color: '#B04C0B'

red 176 ◦ green 76 ◦ blue 11

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

Shades of Rust #B04C0B

Tints of Rust #B04C0B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.9%

 BLUE value IS 11 (4.69% from 255) = 4.18%

R = 66.92%
G = 28.9%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B04C0B (or 0xB04C0B) is known color: Rust. HEX triplet: B0, 4C and 0B. RGB value is (176,76,11). Sum of RGB (Red+Green+Blue) = 176+76+11=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04C0B is #4FB3F4. Grayscale: #626262. Windows color (decimal): -5223413 or 740528. OLE color: 740528.

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

Color convert

RGB 176 76 11 -
CMYK 0 0.57 0.94 0.31
HSL 23.64º 0.88% 0.37% -
HSV(B) 23.64º 0.94% 0.69% -
XYZ 20.55 14.42 2.02 -
YUV 98.49 78.63 183.29 -
System Red Green Blue C M Y K H S L
Decimal 176 76 11 0 0.57 0.94 0.31 23.64 0.88 0.37
Hex B0 4C B 0 39 5E 1F 18 58 25
Octal 260 114 13 0 71 136 37 30 130 45
Binary 10110000 1001100 1011 0 111001 1011110 11111 11000 1011000 100101

Color Harmonies of #B04C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04C0B

Black with #B04C0B

Text Example


Text Example

White with #B04C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04C0B; }

 p { color: rgb(176,76,11); }

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

background-color css

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

 a { background-color: rgb(176,76,11); }

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

border-color css

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

 span { border-color: rgb(176,76,11); }

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