Html Css Color HEX #B03805 Rust

📋 copy color: '#B03805'

red 176 ◦ green 56 ◦ blue 5

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

Shades of Rust #B03805

Tints of Rust #B03805

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.63%

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

R = 74.26%
G = 23.63%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B03805 (or 0xB03805) is known color: Rust. HEX triplet: B0, 38 and 05. RGB value is (176,56,5). Sum of RGB (Red+Green+Blue) = 176+56+5=237 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.26% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 176 - color contains mainly: red. Hex color #B03805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03805 is #4FC7FA. Grayscale: #565656. Windows color (decimal): -5228539 or 342192. OLE color: 342192.

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

Color convert

RGB 176 56 5 -
CMYK 0 0.68 0.97 0.31
HSL 17.89º 0.94% 0.35% -
HSV(B) 17.89º 0.97% 0.69% -
XYZ 19.35 12.07 1.45 -
YUV 86.07 82.26 192.15 -
System Red Green Blue C M Y K H S L
Decimal 176 56 5 0 0.68 0.97 0.31 17.89 0.94 0.35
Hex B0 38 5 0 44 61 1F 12 5E 23
Octal 260 70 5 0 104 141 37 22 136 43
Binary 10110000 111000 101 0 1000100 1100001 11111 10010 1011110 100011

Color Harmonies of #B03805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03805

Black with #B03805

Text Example


Text Example

White with #B03805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03805; }

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

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

background-color css

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

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

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

border-color css

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

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

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