Html Css Color HEX #B03519 Rust

📋 copy color: '#B03519'

red 176 ◦ green 53 ◦ blue 25

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

Shades of Rust #B03519

Tints of Rust #B03519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.84%

R = 69.29%
G = 20.87%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B03519 (or 0xB03519) is known color: Rust. HEX triplet: B0, 35 and 19. RGB value is (176,53,25). Sum of RGB (Red+Green+Blue) = 176+53+25=254 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.29% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 176 - color contains mainly: red. Hex color #B03519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03519 is #4FCAE6. Grayscale: #565656. Windows color (decimal): -5229287 or 1652144. OLE color: 1652144.

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

Color convert

RGB 176 53 25 -
CMYK 0 0.70 0.86 0.31
HSL 11.13º 0.75% 0.39% -
HSV(B) 11.13º 0.86% 0.69% -
XYZ 19.35 11.85 2.19 -
YUV 86.59 93.25 191.78 -
System Red Green Blue C M Y K H S L
Decimal 176 53 25 0 0.70 0.86 0.31 11.13 0.75 0.39
Hex B0 35 19 0 46 56 1F B 4B 27
Octal 260 65 31 0 106 126 37 13 113 47
Binary 10110000 110101 11001 0 1000110 1010110 11111 1011 1001011 100111

Color Harmonies of #B03519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03519

Black with #B03519

Text Example


Text Example

White with #B03519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03519; }

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

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

background-color css

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

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

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

border-color css

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

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

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