Html Css Color HEX #B03005 Rust

📋 copy color: '#B03005'

red 176 ◦ green 48 ◦ blue 5

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

Shades of Rust #B03005

Tints of Rust #B03005

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.96%

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

R = 76.86%
G = 20.96%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B03005 (or 0xB03005) is known color: Rust. HEX triplet: B0, 30 and 05. RGB value is (176,48,5). Sum of RGB (Red+Green+Blue) = 176+48+5=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B03005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03005 is #4FCFFA. Grayscale: #515151. Windows color (decimal): -5230587 or 340144. OLE color: 340144.

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

Color convert

RGB 176 48 5 -
CMYK 0 0.73 0.97 0.31
HSL 15.09º 0.94% 0.35% -
HSV(B) 15.09º 0.97% 0.69% -
XYZ 18.99 11.35 1.33 -
YUV 81.37 84.91 195.5 -
System Red Green Blue C M Y K H S L
Decimal 176 48 5 0 0.73 0.97 0.31 15.09 0.94 0.35
Hex B0 30 5 0 49 61 1F F 5E 23
Octal 260 60 5 0 111 141 37 17 136 43
Binary 10110000 110000 101 0 1001001 1100001 11111 1111 1011110 100011

Color Harmonies of #B03005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03005

Black with #B03005

Text Example


Text Example

White with #B03005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03005; }

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

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

background-color css

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

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

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

border-color css

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

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

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