Html Css Color HEX #B04A0B Rust

📋 copy color: '#B04A0B'

red 176 ◦ green 74 ◦ blue 11

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

Shades of Rust #B04A0B

Tints of Rust #B04A0B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.35%

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

R = 67.43%
G = 28.35%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B04A0B (or 0xB04A0B) is known color: Rust. HEX triplet: B0, 4A and 0B. RGB value is (176,74,11). Sum of RGB (Red+Green+Blue) = 176+74+11=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04A0B is #4FB5F4. Grayscale: #616161. Windows color (decimal): -5223925 or 740016. OLE color: 740016.

HSL color Cylindrical-coordinate representation of color #B04A0B: hue angle of 22.91º 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 #B04A0B is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 74 11 -
CMYK 0 0.58 0.94 0.31
HSL 22.91º 0.88% 0.37% -
HSV(B) 22.91º 0.94% 0.69% -
XYZ 20.41 14.15 1.97 -
YUV 97.32 79.29 184.12 -
System Red Green Blue C M Y K H S L
Decimal 176 74 11 0 0.58 0.94 0.31 22.91 0.88 0.37
Hex B0 4A B 0 3A 5E 1F 17 58 25
Octal 260 112 13 0 72 136 37 27 130 45
Binary 10110000 1001010 1011 0 111010 1011110 11111 10111 1011000 100101

Color Harmonies of #B04A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04A0B

Black with #B04A0B

Text Example


Text Example

White with #B04A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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