Html Css Color HEX #B03015 Rust

📋 copy color: '#B03015'

red 176 ◦ green 48 ◦ blue 21

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

Shades of Rust #B03015

Tints of Rust #B03015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.57%

R = 71.84%
G = 19.59%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B03015 (or 0xB03015) is known color: Rust. HEX triplet: B0, 30 and 15. RGB value is (176,48,21). Sum of RGB (Red+Green+Blue) = 176+48+21=245 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.84% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 176 - color contains mainly: red. Hex color #B03015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03015 is #4FCFEA. Grayscale: #535353. Windows color (decimal): -5230571 or 1388720. OLE color: 1388720.

HSL color Cylindrical-coordinate representation of color #B03015: hue angle of 10.45º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B03015 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 48 21 -
CMYK 0 0.73 0.88 0.31
HSL 10.45º 0.79% 0.39% -
HSV(B) 10.45º 0.88% 0.69% -
XYZ 19.1 11.4 1.9 -
YUV 83.19 92.91 194.2 -
System Red Green Blue C M Y K H S L
Decimal 176 48 21 0 0.73 0.88 0.31 10.45 0.79 0.39
Hex B0 30 15 0 49 58 1F A 4F 27
Octal 260 60 25 0 111 130 37 12 117 47
Binary 10110000 110000 10101 0 1001001 1011000 11111 1010 1001111 100111

Color Harmonies of #B03015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03015

Black with #B03015

Text Example


Text Example

White with #B03015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03015; }

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

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

background-color css

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

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

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

border-color css

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

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

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