Html Css Color HEX #B03705 Rust

📋 copy color: '#B03705'

red 176 ◦ green 55 ◦ blue 5

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

Shades of Rust #B03705

Tints of Rust #B03705

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.31%

 BLUE value IS 5 (2.34% from 255) = 2.12%

R = 74.58%
G = 23.31%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B03705 (or 0xB03705) is known color: Rust. HEX triplet: B0, 37 and 05. RGB value is (176,55,5). Sum of RGB (Red+Green+Blue) = 176+55+5=236 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.58% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 176 - color contains mainly: red. Hex color #B03705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03705 is #4FC8FA. Grayscale: #555555. Windows color (decimal): -5228795 or 341936. OLE color: 341936.

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

Color convert

RGB 176 55 5 -
CMYK 0 0.69 0.97 0.31
HSL 17.54º 0.94% 0.35% -
HSV(B) 17.54º 0.97% 0.69% -
XYZ 19.3 11.97 1.44 -
YUV 85.48 82.59 192.57 -
System Red Green Blue C M Y K H S L
Decimal 176 55 5 0 0.69 0.97 0.31 17.54 0.94 0.35
Hex B0 37 5 0 45 61 1F 12 5E 23
Octal 260 67 5 0 105 141 37 22 136 43
Binary 10110000 110111 101 0 1000101 1100001 11111 10010 1011110 100011

Color Harmonies of #B03705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03705

Black with #B03705

Text Example


Text Example

White with #B03705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03705; }

 p { color: rgb(176,55,5); }

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

background-color css

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

 a { background-color: rgb(176,55,5); }

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

border-color css

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

 span { border-color: rgb(176,55,5); }

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