Html Css Color HEX #B04802 Rust

📋 copy color: '#B04802'

red 176 ◦ green 72 ◦ blue 2

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

Shades of Rust #B04802

Tints of Rust #B04802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.8%

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

R = 70.4%
G = 28.8%
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

#B04802 (or 0xB04802) is known color: Rust. HEX triplet: B0, 48 and 02. RGB value is (176,72,2). Sum of RGB (Red+Green+Blue) = 176+72+2=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B04802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04802 is #4FB7FD. Grayscale: #5F5F5F. Windows color (decimal): -5224446 or 149680. OLE color: 149680.

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

Color convert

RGB 176 72 2 -
CMYK 0 0.59 0.99 0.31
HSL 24.14º 0.98% 0.35% -
HSV(B) 24.14º 0.99% 0.69% -
XYZ 20.23 13.87 1.67 -
YUV 95.12 75.46 185.69 -
System Red Green Blue C M Y K H S L
Decimal 176 72 2 0 0.59 0.99 0.31 24.14 0.98 0.35
Hex B0 48 2 0 3B 63 1F 18 62 23
Octal 260 110 2 0 73 143 37 30 142 43
Binary 10110000 1001000 10 0 111011 1100011 11111 11000 1100010 100011

Color Harmonies of #B04802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04802

Black with #B04802

Text Example


Text Example

White with #B04802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04802; }

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

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

background-color css

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

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

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

border-color css

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

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

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