Html Css Color HEX #B04902 Rust

📋 copy color: '#B04902'

red 176 ◦ green 73 ◦ blue 2

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

Shades of Rust #B04902

Tints of Rust #B04902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.08%

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

R = 70.12%
G = 29.08%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B04902 (or 0xB04902) is known color: Rust. HEX triplet: B0, 49 and 02. RGB value is (176,73,2). Sum of RGB (Red+Green+Blue) = 176+73+2=251 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.12% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 176 - color contains mainly: red. Hex color #B04902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04902 is #4FB6FD. Grayscale: #606060. Windows color (decimal): -5224190 or 149936. OLE color: 149936.

HSL color Cylindrical-coordinate representation of color #B04902: hue angle of 24.48º 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 #B04902 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 73 2 -
CMYK 0 0.59 0.99 0.31
HSL 24.48º 0.98% 0.35% -
HSV(B) 24.48º 0.99% 0.69% -
XYZ 20.3 14 1.69 -
YUV 95.7 75.12 185.27 -
System Red Green Blue C M Y K H S L
Decimal 176 73 2 0 0.59 0.99 0.31 24.48 0.98 0.35
Hex B0 49 2 0 3B 63 1F 18 62 23
Octal 260 111 2 0 73 143 37 30 142 43
Binary 10110000 1001001 10 0 111011 1100011 11111 11000 1100010 100011

Color Harmonies of #B04902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04902

Black with #B04902

Text Example


Text Example

White with #B04902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04902; }

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

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

background-color css

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

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

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

border-color css

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

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

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