Html Css Color HEX #B03715 Rust

📋 copy color: '#B03715'

red 176 ◦ green 55 ◦ blue 21

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

Shades of Rust #B03715

Tints of Rust #B03715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

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

R = 69.84%
G = 21.83%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B03715 (or 0xB03715) is known color: Rust. HEX triplet: B0, 37 and 15. RGB value is (176,55,21). Sum of RGB (Red+Green+Blue) = 176+55+21=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B03715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03715 is #4FC8EA. Grayscale: #575757. Windows color (decimal): -5228779 or 1390512. OLE color: 1390512.

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

Color convert

RGB 176 55 21 -
CMYK 0 0.69 0.88 0.31
HSL 13.16º 0.79% 0.39% -
HSV(B) 13.16º 0.88% 0.69% -
XYZ 19.41 12.02 2.01 -
YUV 87.3 90.59 191.26 -
System Red Green Blue C M Y K H S L
Decimal 176 55 21 0 0.69 0.88 0.31 13.16 0.79 0.39
Hex B0 37 15 0 45 58 1F D 4F 27
Octal 260 67 25 0 105 130 37 15 117 47
Binary 10110000 110111 10101 0 1000101 1011000 11111 1101 1001111 100111

Color Harmonies of #B03715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03715

Black with #B03715

Text Example


Text Example

White with #B03715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03715; }

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

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

background-color css

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

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

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

border-color css

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

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

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