Html Css Color HEX #B03012 Rust

📋 copy color: '#B03012'

red 176 ◦ green 48 ◦ blue 18

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

Shades of Rust #B03012

Tints of Rust #B03012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.44%

R = 72.73%
G = 19.83%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B03012 (or 0xB03012) is known color: Rust. HEX triplet: B0, 30 and 12. RGB value is (176,48,18). Sum of RGB (Red+Green+Blue) = 176+48+18=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B03012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03012 is #4FCFED. Grayscale: #535353. Windows color (decimal): -5230574 or 1192112. OLE color: 1192112.

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

Color convert

RGB 176 48 18 -
CMYK 0 0.73 0.90 0.31
HSL 11.39º 0.81% 0.38% -
HSV(B) 11.39º 0.9% 0.69% -
XYZ 19.07 11.39 1.77 -
YUV 82.85 91.41 194.44 -
System Red Green Blue C M Y K H S L
Decimal 176 48 18 0 0.73 0.90 0.31 11.39 0.81 0.38
Hex B0 30 12 0 49 5A 1F B 51 26
Octal 260 60 22 0 111 132 37 13 121 46
Binary 10110000 110000 10010 0 1001001 1011010 11111 1011 1010001 100110

Color Harmonies of #B03012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03012

Black with #B03012

Text Example


Text Example

White with #B03012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03012; }

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

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

background-color css

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

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

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

border-color css

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

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

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