Html Css Color HEX #B05304 Rust

📋 copy color: '#B05304'

red 176 ◦ green 83 ◦ blue 4

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

Shades of Rust #B05304

Tints of Rust #B05304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 66.92%
G = 31.56%
B = 1.52%

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

#B05304 (or 0xB05304) is known color: Rust. HEX triplet: B0, 53 and 04. RGB value is (176,83,4). Sum of RGB (Red+Green+Blue) = 176+83+4=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B05304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05304 is #4FACFB. Grayscale: #666666. Windows color (decimal): -5221628 or 283568. OLE color: 283568.

HSL color Cylindrical-coordinate representation of color #B05304: hue angle of 27.56º degrees, saturation: 0.96, 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 #B05304 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 83 4 -
CMYK 0 0.53 0.98 0.31
HSL 27.56º 0.96% 0.35% -
HSV(B) 27.56º 0.98% 0.69% -
XYZ 21.02 15.43 1.98 -
YUV 101.8 72.81 180.92 -
System Red Green Blue C M Y K H S L
Decimal 176 83 4 0 0.53 0.98 0.31 27.56 0.96 0.35
Hex B0 53 4 0 35 62 1F 1C 60 23
Octal 260 123 4 0 65 142 37 34 140 43
Binary 10110000 1010011 100 0 110101 1100010 11111 11100 1100000 100011

Color Harmonies of #B05304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05304

Black with #B05304

Text Example


Text Example

White with #B05304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05304; }

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

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

background-color css

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

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

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

border-color css

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

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

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