Html Css Color HEX #B03913 Rust

📋 copy color: '#B03913'

red 176 ◦ green 57 ◦ blue 19

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

Shades of Rust #B03913

Tints of Rust #B03913

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.62%

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 69.84%
G = 22.62%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B03913 (or 0xB03913) is known color: Rust. HEX triplet: B0, 39 and 13. RGB value is (176,57,19). Sum of RGB (Red+Green+Blue) = 176+57+19=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B03913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03913 is #4FC6EC. Grayscale: #585858. Windows color (decimal): -5228269 or 1259952. OLE color: 1259952.

HSL color Cylindrical-coordinate representation of color #B03913: hue angle of 14.52º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B03913 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 57 19 -
CMYK 0 0.68 0.89 0.31
HSL 14.52º 0.81% 0.38% -
HSV(B) 14.52º 0.89% 0.69% -
XYZ 19.49 12.2 1.94 -
YUV 88.25 88.92 190.59 -
System Red Green Blue C M Y K H S L
Decimal 176 57 19 0 0.68 0.89 0.31 14.52 0.81 0.38
Hex B0 39 13 0 44 59 1F F 51 26
Octal 260 71 23 0 104 131 37 17 121 46
Binary 10110000 111001 10011 0 1000100 1011001 11111 1111 1010001 100110

Color Harmonies of #B03913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03913

Black with #B03913

Text Example


Text Example

White with #B03913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03913; }

 p { color: rgb(176,57,19); }

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

background-color css

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

 a { background-color: rgb(176,57,19); }

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

border-color css

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

 span { border-color: rgb(176,57,19); }

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