Html Css Color HEX #B04502 Rust

📋 copy color: '#B04502'

red 176 ◦ green 69 ◦ blue 2

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

Shades of Rust #B04502

Tints of Rust #B04502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.94%

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

R = 71.26%
G = 27.94%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B04502 (or 0xB04502) is known color: Rust. HEX triplet: B0, 45 and 02. RGB value is (176,69,2). Sum of RGB (Red+Green+Blue) = 176+69+2=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B04502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04502 is #4FBAFD. Grayscale: #5D5D5D. Windows color (decimal): -5225214 or 148912. OLE color: 148912.

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

Color convert

RGB 176 69 2 -
CMYK 0 0.61 0.99 0.31
HSL 23.1º 0.98% 0.35% -
HSV(B) 23.1º 0.99% 0.69% -
XYZ 20.04 13.49 1.6 -
YUV 93.36 76.45 186.95 -
System Red Green Blue C M Y K H S L
Decimal 176 69 2 0 0.61 0.99 0.31 23.1 0.98 0.35
Hex B0 45 2 0 3D 63 1F 17 62 23
Octal 260 105 2 0 75 143 37 27 142 43
Binary 10110000 1000101 10 0 111101 1100011 11111 10111 1100010 100011

Color Harmonies of #B04502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04502

Black with #B04502

Text Example


Text Example

White with #B04502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04502; }

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

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

background-color css

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

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

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

border-color css

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

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

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