Html Css Color HEX #B03518 Rust

📋 copy color: '#B03518'

red 176 ◦ green 53 ◦ blue 24

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

Shades of Rust #B03518

Tints of Rust #B03518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.49%

R = 69.57%
G = 20.95%
B = 9.49%

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

#B03518 (or 0xB03518) is known color: Rust. HEX triplet: B0, 35 and 18. RGB value is (176,53,24). Sum of RGB (Red+Green+Blue) = 176+53+24=253 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.57% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 176 - color contains mainly: red. Hex color #B03518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03518 is #4FCAE7. Grayscale: #565656. Windows color (decimal): -5229288 or 1586608. OLE color: 1586608.

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

Color convert

RGB 176 53 24 -
CMYK 0 0.70 0.86 0.31
HSL 11.45º 0.76% 0.39% -
HSV(B) 11.45º 0.86% 0.69% -
XYZ 19.34 11.84 2.13 -
YUV 86.47 92.75 191.86 -
System Red Green Blue C M Y K H S L
Decimal 176 53 24 0 0.70 0.86 0.31 11.45 0.76 0.39
Hex B0 35 18 0 46 56 1F B 4C 27
Octal 260 65 30 0 106 126 37 13 114 47
Binary 10110000 110101 11000 0 1000110 1010110 11111 1011 1001100 100111

Color Harmonies of #B03518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03518

Black with #B03518

Text Example


Text Example

White with #B03518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03518; }

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

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

background-color css

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

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

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

border-color css

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

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

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