Html Css Color HEX #B12E10 Rust

📋 copy color: '#B12E10'

red 177 ◦ green 46 ◦ blue 16

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

Shades of Rust #B12E10

Tints of Rust #B12E10

RGB

 RED value IS 177 (69.53% from 255) = 74.06%

 GREEN value IS 46 (18.36% from 255) = 19.25%

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

R = 74.06%
G = 19.25%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B12E10 (or 0xB12E10) is known color: Rust. HEX triplet: B1, 2E and 10. RGB value is (177,46,16). Sum of RGB (Red+Green+Blue) = 177+46+16=239 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.06% from 239); Green value is 46 (18.36% from 255 or 19.25% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 177 - color contains mainly: red. Hex color #B12E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12E10 is #4ED1EF. Grayscale: #525252. Windows color (decimal): -5165552 or 1060529. OLE color: 1060529.

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

Color convert

RGB 177 46 16 -
CMYK 0 0.74 0.91 0.31
HSL 11.18º 0.83% 0.38% -
HSV(B) 11.18º 0.91% 0.69% -
XYZ 19.2 11.34 1.67 -
YUV 81.75 90.9 195.94 -
System Red Green Blue C M Y K H S L
Decimal 177 46 16 0 0.74 0.91 0.31 11.18 0.83 0.38
Hex B1 2E 10 0 4A 5B 1F B 53 26
Octal 261 56 20 0 112 133 37 13 123 46
Binary 10110001 101110 10000 0 1001010 1011011 11111 1011 1010011 100110

Color Harmonies of #B12E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12E10

Black with #B12E10

Text Example


Text Example

White with #B12E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12E10; }

 p { color: rgb(177,46,16); }

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

background-color css

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

 a { background-color: rgb(177,46,16); }

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

border-color css

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

 span { border-color: rgb(177,46,16); }

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