Html Css Color HEX #B04A0C Rust

📋 copy color: '#B04A0C'

red 176 ◦ green 74 ◦ blue 12

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

Shades of Rust #B04A0C

Tints of Rust #B04A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.58%

R = 67.18%
G = 28.24%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B04A0C (or 0xB04A0C) is known color: Rust. HEX triplet: B0, 4A and 0C. RGB value is (176,74,12). Sum of RGB (Red+Green+Blue) = 176+74+12=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04A0C is #4FB5F3. Grayscale: #616161. Windows color (decimal): -5223924 or 805552. OLE color: 805552.

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

Color convert

RGB 176 74 12 -
CMYK 0 0.58 0.93 0.31
HSL 22.68º 0.87% 0.37% -
HSV(B) 22.68º 0.93% 0.69% -
XYZ 20.42 14.15 2 -
YUV 97.43 79.79 184.04 -
System Red Green Blue C M Y K H S L
Decimal 176 74 12 0 0.58 0.93 0.31 22.68 0.87 0.37
Hex B0 4A C 0 3A 5D 1F 17 57 25
Octal 260 112 14 0 72 135 37 27 127 45
Binary 10110000 1001010 1100 0 111010 1011101 11111 10111 1010111 100101

Color Harmonies of #B04A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04A0C

Black with #B04A0C

Text Example


Text Example

White with #B04A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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