Html Css Color HEX #B05012 Rust

📋 copy color: '#B05012'

red 176 ◦ green 80 ◦ blue 18

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

Shades of Rust #B05012

Tints of Rust #B05012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.2%

 BLUE value IS 18 (7.42% from 255) = 6.57%

R = 64.23%
G = 29.2%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B05012 (or 0xB05012) is known color: Rust. HEX triplet: B0, 50 and 12. RGB value is (176,80,18). Sum of RGB (Red+Green+Blue) = 176+80+18=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B05012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05012 is #4FAFED. Grayscale: #656565. Windows color (decimal): -5222382 or 1200304. OLE color: 1200304.

HSL color Cylindrical-coordinate representation of color #B05012: hue angle of 23.54º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B05012 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 80 18 -
CMYK 0 0.55 0.90 0.31
HSL 23.54º 0.81% 0.38% -
HSV(B) 23.54º 0.9% 0.69% -
XYZ 20.88 15.01 2.37 -
YUV 101.64 80.8 181.04 -
System Red Green Blue C M Y K H S L
Decimal 176 80 18 0 0.55 0.90 0.31 23.54 0.81 0.38
Hex B0 50 12 0 37 5A 1F 18 51 26
Octal 260 120 22 0 67 132 37 30 121 46
Binary 10110000 1010000 10010 0 110111 1011010 11111 11000 1010001 100110

Color Harmonies of #B05012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05012

Black with #B05012

Text Example


Text Example

White with #B05012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05012; }

 p { color: rgb(176,80,18); }

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

background-color css

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

 a { background-color: rgb(176,80,18); }

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

border-color css

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

 span { border-color: rgb(176,80,18); }

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