Html Css Color HEX #B04200 Rust

📋 copy color: '#B04200'

red 176 ◦ green 66 ◦ blue 0

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

Shades of Rust #B04200

Tints of Rust #B04200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.73%
G = 27.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B04200 (or 0xB04200) is known color: Rust. HEX triplet: B0, 42 and 00. RGB value is (176,66,0). Sum of RGB (Red+Green+Blue) = 176+66+0=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B04200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04200 is #4FBDFF. Grayscale: #5B5B5B. Windows color (decimal): -5225984 or 17072. OLE color: 17072.

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

Color convert

RGB 176 66 0 -
CMYK 0 0.62 1 0.31
HSL 22.5º 1% 0.35% -
HSV(B) 22.5º 1% 0.69% -
XYZ 19.85 13.13 1.49 -
YUV 91.37 76.44 188.37 -
System Red Green Blue C M Y K H S L
Decimal 176 66 0 0 0.62 1 0.31 22.5 1 0.35
Hex B0 42 0 0 3E 64 1F 16 64 23
Octal 260 102 0 0 76 144 37 26 144 43
Binary 10110000 1000010 0 0 111110 1100100 11111 10110 1100100 100011

Color Harmonies of #B04200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04200

Black with #B04200

Text Example


Text Example

White with #B04200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04200; }

 p { color: rgb(176,66,0); }

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

background-color css

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

 a { background-color: rgb(176,66,0); }

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

border-color css

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

 span { border-color: rgb(176,66,0); }

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