Html Css Color HEX #B03514 Rust

📋 copy color: '#B03514'

red 176 ◦ green 53 ◦ blue 20

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

Shades of Rust #B03514

Tints of Rust #B03514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 70.68%
G = 21.29%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B03514 (or 0xB03514) is known color: Rust. HEX triplet: B0, 35 and 14. RGB value is (176,53,20). Sum of RGB (Red+Green+Blue) = 176+53+20=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B03514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03514 is #4FCAEB. Grayscale: #565656. Windows color (decimal): -5229292 or 1324464. OLE color: 1324464.

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

Color convert

RGB 176 53 20 -
CMYK 0 0.70 0.89 0.31
HSL 12.69º 0.8% 0.38% -
HSV(B) 12.69º 0.89% 0.69% -
XYZ 19.3 11.83 1.93 -
YUV 86.02 90.75 192.18 -
System Red Green Blue C M Y K H S L
Decimal 176 53 20 0 0.70 0.89 0.31 12.69 0.8 0.38
Hex B0 35 14 0 46 59 1F D 50 26
Octal 260 65 24 0 106 131 37 15 120 46
Binary 10110000 110101 10100 0 1000110 1011001 11111 1101 1010000 100110

Color Harmonies of #B03514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03514

Black with #B03514

Text Example


Text Example

White with #B03514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03514; }

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

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

background-color css

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

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

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

border-color css

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

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

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