Html Css Color HEX #B05308 Rust

📋 copy color: '#B05308'

red 176 ◦ green 83 ◦ blue 8

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

Shades of Rust #B05308

Tints of Rust #B05308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3%

R = 65.92%
G = 31.09%
B = 3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B05308 (or 0xB05308) is known color: Rust. HEX triplet: B0, 53 and 08. RGB value is (176,83,8). Sum of RGB (Red+Green+Blue) = 176+83+8=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B05308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05308 is #4FACF7. Grayscale: #666666. Windows color (decimal): -5221624 or 545712. OLE color: 545712.

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

Color convert

RGB 176 83 8 -
CMYK 0 0.53 0.95 0.31
HSL 26.79º 0.91% 0.36% -
HSV(B) 26.79º 0.95% 0.69% -
XYZ 21.04 15.43 2.1 -
YUV 102.26 74.81 180.6 -
System Red Green Blue C M Y K H S L
Decimal 176 83 8 0 0.53 0.95 0.31 26.79 0.91 0.36
Hex B0 53 8 0 35 5F 1F 1B 5B 24
Octal 260 123 10 0 65 137 37 33 133 44
Binary 10110000 1010011 1000 0 110101 1011111 11111 11011 1011011 100100

Color Harmonies of #B05308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05308

Black with #B05308

Text Example


Text Example

White with #B05308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05308; }

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

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

background-color css

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

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

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

border-color css

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

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

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