Html Css Color HEX #B03312 Rust

📋 copy color: '#B03312'

red 176 ◦ green 51 ◦ blue 18

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

Shades of Rust #B03312

Tints of Rust #B03312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

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

R = 71.84%
G = 20.82%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B03312 (or 0xB03312) is known color: Rust. HEX triplet: B0, 33 and 12. RGB value is (176,51,18). Sum of RGB (Red+Green+Blue) = 176+51+18=245 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.84% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 176 - color contains mainly: red. Hex color #B03312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03312 is #4FCCED. Grayscale: #545454. Windows color (decimal): -5229806 or 1192880. OLE color: 1192880.

HSL color Cylindrical-coordinate representation of color #B03312: hue angle of 12.53º 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 #B03312 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 51 18 -
CMYK 0 0.71 0.90 0.31
HSL 12.53º 0.81% 0.38% -
HSV(B) 12.53º 0.9% 0.69% -
XYZ 19.2 11.64 1.81 -
YUV 84.61 90.41 193.18 -
System Red Green Blue C M Y K H S L
Decimal 176 51 18 0 0.71 0.90 0.31 12.53 0.81 0.38
Hex B0 33 12 0 47 5A 1F D 51 26
Octal 260 63 22 0 107 132 37 15 121 46
Binary 10110000 110011 10010 0 1000111 1011010 11111 1101 1010001 100110

Color Harmonies of #B03312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03312

Black with #B03312

Text Example


Text Example

White with #B03312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03312; }

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

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

background-color css

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

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

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

border-color css

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

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

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