Html Css Color HEX #B05203 Rust

📋 copy color: '#B05203'

red 176 ◦ green 82 ◦ blue 3

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

Shades of Rust #B05203

Tints of Rust #B05203

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.42%

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 67.43%
G = 31.42%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B05203 (or 0xB05203) is known color: Rust. HEX triplet: B0, 52 and 03. RGB value is (176,82,3). Sum of RGB (Red+Green+Blue) = 176+82+3=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B05203 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05203 is #4FADFC. Grayscale: #656565. Windows color (decimal): -5221885 or 217776. OLE color: 217776.

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

Color convert

RGB 176 82 3 -
CMYK 0 0.53 0.98 0.31
HSL 27.4º 0.97% 0.35% -
HSV(B) 27.4º 0.98% 0.69% -
XYZ 20.94 15.27 1.93 -
YUV 101.1 72.64 181.42 -
System Red Green Blue C M Y K H S L
Decimal 176 82 3 0 0.53 0.98 0.31 27.4 0.97 0.35
Hex B0 52 3 0 35 62 1F 1B 61 23
Octal 260 122 3 0 65 142 37 33 141 43
Binary 10110000 1010010 11 0 110101 1100010 11111 11011 1100001 100011

Color Harmonies of #B05203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05203

Black with #B05203

Text Example


Text Example

White with #B05203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05203; }

 p { color: rgb(176,82,3); }

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

background-color css

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

 a { background-color: rgb(176,82,3); }

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

border-color css

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

 span { border-color: rgb(176,82,3); }

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