Html Css Color HEX #B05305 Rust

📋 copy color: '#B05305'

red 176 ◦ green 83 ◦ blue 5

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

Shades of Rust #B05305

Tints of Rust #B05305

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.44%

 BLUE value IS 5 (2.34% from 255) = 1.89%

R = 66.67%
G = 31.44%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B05305 (or 0xB05305) is known color: Rust. HEX triplet: B0, 53 and 05. RGB value is (176,83,5). Sum of RGB (Red+Green+Blue) = 176+83+5=264 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.67% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 176 - color contains mainly: red. Hex color #B05305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05305 is #4FACFA. Grayscale: #666666. Windows color (decimal): -5221627 or 349104. OLE color: 349104.

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

Color convert

RGB 176 83 5 -
CMYK 0 0.53 0.97 0.31
HSL 27.37º 0.94% 0.35% -
HSV(B) 27.37º 0.97% 0.69% -
XYZ 21.03 15.43 2.01 -
YUV 101.92 73.31 180.84 -
System Red Green Blue C M Y K H S L
Decimal 176 83 5 0 0.53 0.97 0.31 27.37 0.94 0.35
Hex B0 53 5 0 35 61 1F 1B 5E 23
Octal 260 123 5 0 65 141 37 33 136 43
Binary 10110000 1010011 101 0 110101 1100001 11111 11011 1011110 100011

Color Harmonies of #B05305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05305

Black with #B05305

Text Example


Text Example

White with #B05305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05305; }

 p { color: rgb(176,83,5); }

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

background-color css

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

 a { background-color: rgb(176,83,5); }

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

border-color css

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

 span { border-color: rgb(176,83,5); }

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