Html Css Color HEX #B03605 Rust

📋 copy color: '#B03605'

red 176 ◦ green 54 ◦ blue 5

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

Shades of Rust #B03605

Tints of Rust #B03605

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.98%

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

R = 74.89%
G = 22.98%
B = 2.13%

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

#B03605 (or 0xB03605) is known color: Rust. HEX triplet: B0, 36 and 05. RGB value is (176,54,5). Sum of RGB (Red+Green+Blue) = 176+54+5=235 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.89% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 5 (2.34% from 255 or 2.13% from 235); Max value from RGB is 176 - color contains mainly: red. Hex color #B03605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03605 is #4FC9FA. Grayscale: #555555. Windows color (decimal): -5229051 or 341680. OLE color: 341680.

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

Color convert

RGB 176 54 5 -
CMYK 0 0.69 0.97 0.31
HSL 17.19º 0.94% 0.35% -
HSV(B) 17.19º 0.97% 0.69% -
XYZ 19.25 11.88 1.42 -
YUV 84.89 82.92 192.98 -
System Red Green Blue C M Y K H S L
Decimal 176 54 5 0 0.69 0.97 0.31 17.19 0.94 0.35
Hex B0 36 5 0 45 61 1F 11 5E 23
Octal 260 66 5 0 105 141 37 21 136 43
Binary 10110000 110110 101 0 1000101 1100001 11111 10001 1011110 100011

Color Harmonies of #B03605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03605

Black with #B03605

Text Example


Text Example

White with #B03605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03605; }

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

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

background-color css

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

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

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

border-color css

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

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

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