Html Css Color HEX #B03515 Rust

📋 copy color: '#B03515'

red 176 ◦ green 53 ◦ blue 21

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

Shades of Rust #B03515

Tints of Rust #B03515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.2%

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

R = 70.4%
G = 21.2%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B03515 (or 0xB03515) is known color: Rust. HEX triplet: B0, 35 and 15. RGB value is (176,53,21). Sum of RGB (Red+Green+Blue) = 176+53+21=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B03515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03515 is #4FCAEA. Grayscale: #565656. Windows color (decimal): -5229291 or 1390000. OLE color: 1390000.

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

Color convert

RGB 176 53 21 -
CMYK 0 0.70 0.88 0.31
HSL 12.39º 0.79% 0.39% -
HSV(B) 12.39º 0.88% 0.69% -
XYZ 19.31 11.83 1.98 -
YUV 86.13 91.25 192.1 -
System Red Green Blue C M Y K H S L
Decimal 176 53 21 0 0.70 0.88 0.31 12.39 0.79 0.39
Hex B0 35 15 0 46 58 1F C 4F 27
Octal 260 65 25 0 106 130 37 14 117 47
Binary 10110000 110101 10101 0 1000110 1011000 11111 1100 1001111 100111

Color Harmonies of #B03515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03515

Black with #B03515

Text Example


Text Example

White with #B03515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03515; }

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

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

background-color css

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

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

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

border-color css

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

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

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