Html Css Color HEX #B03010 Rust

📋 copy color: '#B03010'

red 176 ◦ green 48 ◦ blue 16

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

Shades of Rust #B03010

Tints of Rust #B03010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20%

 BLUE value IS 16 (6.64% from 255) = 6.67%

R = 73.33%
G = 20%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B03010 (or 0xB03010) is known color: Rust. HEX triplet: B0, 30 and 10. RGB value is (176,48,16). Sum of RGB (Red+Green+Blue) = 176+48+16=240 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.33% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 176 - color contains mainly: red. Hex color #B03010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03010 is #4FCFEF. Grayscale: #525252. Windows color (decimal): -5230576 or 1061040. OLE color: 1061040.

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

Color convert

RGB 176 48 16 -
CMYK 0 0.73 0.91 0.31
HSL 12º 0.83% 0.38% -
HSV(B) 12º 0.91% 0.69% -
XYZ 19.05 11.38 1.68 -
YUV 82.62 90.41 194.6 -
System Red Green Blue C M Y K H S L
Decimal 176 48 16 0 0.73 0.91 0.31 12 0.83 0.38
Hex B0 30 10 0 49 5B 1F C 53 26
Octal 260 60 20 0 111 133 37 14 123 46
Binary 10110000 110000 10000 0 1001001 1011011 11111 1100 1010011 100110

Color Harmonies of #B03010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03010

Black with #B03010

Text Example


Text Example

White with #B03010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03010; }

 p { color: rgb(176,48,16); }

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

background-color css

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

 a { background-color: rgb(176,48,16); }

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

border-color css

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

 span { border-color: rgb(176,48,16); }

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