Html Css Color HEX #B04503 Rust

📋 copy color: '#B04503'

red 176 ◦ green 69 ◦ blue 3

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

Shades of Rust #B04503

Tints of Rust #B04503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.21%

R = 70.97%
G = 27.82%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B04503 (or 0xB04503) is known color: Rust. HEX triplet: B0, 45 and 03. RGB value is (176,69,3). Sum of RGB (Red+Green+Blue) = 176+69+3=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B04503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04503 is #4FBAFC. Grayscale: #5D5D5D. Windows color (decimal): -5225213 or 214448. OLE color: 214448.

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

Color convert

RGB 176 69 3 -
CMYK 0 0.61 0.98 0.31
HSL 22.89º 0.97% 0.35% -
HSV(B) 22.89º 0.98% 0.69% -
XYZ 20.05 13.49 1.63 -
YUV 93.47 76.95 186.87 -
System Red Green Blue C M Y K H S L
Decimal 176 69 3 0 0.61 0.98 0.31 22.89 0.97 0.35
Hex B0 45 3 0 3D 62 1F 17 61 23
Octal 260 105 3 0 75 142 37 27 141 43
Binary 10110000 1000101 11 0 111101 1100010 11111 10111 1100001 100011

Color Harmonies of #B04503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04503

Black with #B04503

Text Example


Text Example

White with #B04503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04503; }

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

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

background-color css

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

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

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

border-color css

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

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

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