Html Css Color HEX #B04C0C Rust

📋 copy color: '#B04C0C'

red 176 ◦ green 76 ◦ blue 12

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

Shades of Rust #B04C0C

Tints of Rust #B04C0C

RGB

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

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

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

R = 66.67%
G = 28.79%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B04C0C (or 0xB04C0C) is known color: Rust. HEX triplet: B0, 4C and 0C. RGB value is (176,76,12). Sum of RGB (Red+Green+Blue) = 176+76+12=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04C0C is #4FB3F3. Grayscale: #626262. Windows color (decimal): -5223412 or 806064. OLE color: 806064.

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

Color convert

RGB 176 76 12 -
CMYK 0 0.57 0.93 0.31
HSL 23.41º 0.87% 0.37% -
HSV(B) 23.41º 0.93% 0.69% -
XYZ 20.56 14.43 2.05 -
YUV 98.6 79.13 183.2 -
System Red Green Blue C M Y K H S L
Decimal 176 76 12 0 0.57 0.93 0.31 23.41 0.87 0.37
Hex B0 4C C 0 39 5D 1F 17 57 25
Octal 260 114 14 0 71 135 37 27 127 45
Binary 10110000 1001100 1100 0 111001 1011101 11111 10111 1010111 100101

Color Harmonies of #B04C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04C0C

Black with #B04C0C

Text Example


Text Example

White with #B04C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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