Html Css Color HEX #B13012 Rust

📋 copy color: '#B13012'

red 177 ◦ green 48 ◦ blue 18

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

Shades of Rust #B13012

Tints of Rust #B13012

RGB

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

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

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

R = 72.84%
G = 19.75%
B = 7.41%

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

#B13012 (or 0xB13012) is known color: Rust. HEX triplet: B1, 30 and 12. RGB value is (177,48,18). Sum of RGB (Red+Green+Blue) = 177+48+18=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B13012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13012 is #4ECFED. Grayscale: #535353. Windows color (decimal): -5165038 or 1192113. OLE color: 1192113.

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

Color convert

RGB 177 48 18 -
CMYK 0 0.73 0.90 0.31
HSL 11.32º 0.82% 0.38% -
HSV(B) 11.32º 0.9% 0.69% -
XYZ 19.3 11.5 1.78 -
YUV 83.15 91.24 194.94 -
System Red Green Blue C M Y K H S L
Decimal 177 48 18 0 0.73 0.90 0.31 11.32 0.82 0.38
Hex B1 30 12 0 49 5A 1F B 52 26
Octal 261 60 22 0 111 132 37 13 122 46
Binary 10110001 110000 10010 0 1001001 1011010 11111 1011 1010010 100110

Color Harmonies of #B13012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13012

Black with #B13012

Text Example


Text Example

White with #B13012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13012; }

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

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

background-color css

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

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

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

border-color css

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

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

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