Html Css Color HEX #B05602 Rust

📋 copy color: '#B05602'

red 176 ◦ green 86 ◦ blue 2

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

Shades of Rust #B05602

Tints of Rust #B05602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.58%

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 66.67%
G = 32.58%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B05602 (or 0xB05602) is known color: Rust. HEX triplet: B0, 56 and 02. RGB value is (176,86,2). Sum of RGB (Red+Green+Blue) = 176+86+2=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B05602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05602 is #4FA9FD. Grayscale: #676767. Windows color (decimal): -5220862 or 153264. OLE color: 153264.

HSL color Cylindrical-coordinate representation of color #B05602: hue angle of 28.97º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B05602 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 86 2 -
CMYK 0 0.51 0.99 0.31
HSL 28.97º 0.98% 0.35% -
HSV(B) 28.97º 0.99% 0.69% -
XYZ 21.24 15.89 2 -
YUV 103.33 70.82 179.83 -
System Red Green Blue C M Y K H S L
Decimal 176 86 2 0 0.51 0.99 0.31 28.97 0.98 0.35
Hex B0 56 2 0 33 63 1F 1D 62 23
Octal 260 126 2 0 63 143 37 35 142 43
Binary 10110000 1010110 10 0 110011 1100011 11111 11101 1100010 100011

Color Harmonies of #B05602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05602

Black with #B05602

Text Example


Text Example

White with #B05602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05602; }

 p { color: rgb(176,86,2); }

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

background-color css

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

 a { background-color: rgb(176,86,2); }

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

border-color css

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

 span { border-color: rgb(176,86,2); }

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