Html Css Color HEX #B13612 Rust

📋 copy color: '#B13612'

red 177 ◦ green 54 ◦ blue 18

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

Shades of Rust #B13612

Tints of Rust #B13612

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.69%

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

R = 71.08%
G = 21.69%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B13612 (or 0xB13612) is known color: Rust. HEX triplet: B1, 36 and 12. RGB value is (177,54,18). Sum of RGB (Red+Green+Blue) = 177+54+18=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B13612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13612 is #4EC9ED. Grayscale: #565656. Windows color (decimal): -5163502 or 1193649. OLE color: 1193649.

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

Color convert

RGB 177 54 18 -
CMYK 0 0.69 0.90 0.31
HSL 13.58º 0.82% 0.38% -
HSV(B) 13.58º 0.9% 0.69% -
XYZ 19.56 12.03 1.86 -
YUV 86.67 89.25 192.43 -
System Red Green Blue C M Y K H S L
Decimal 177 54 18 0 0.69 0.90 0.31 13.58 0.82 0.38
Hex B1 36 12 0 45 5A 1F E 52 26
Octal 261 66 22 0 105 132 37 16 122 46
Binary 10110001 110110 10010 0 1000101 1011010 11111 1110 1010010 100110

Color Harmonies of #B13612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13612

Black with #B13612

Text Example


Text Example

White with #B13612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13612; }

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

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

background-color css

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

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

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

border-color css

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

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

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