Html Css Color HEX #B13C16 Rust

📋 copy color: '#B13C16'

red 177 ◦ green 60 ◦ blue 22

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

Shades of Rust #B13C16

Tints of Rust #B13C16

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.17%

 BLUE value IS 22 (8.98% from 255) = 8.49%

R = 68.34%
G = 23.17%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B13C16 (or 0xB13C16) is known color: Rust. HEX triplet: B1, 3C and 16. RGB value is (177,60,22). Sum of RGB (Red+Green+Blue) = 177+60+22=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13C16 is #4EC3E9. Grayscale: #5A5A5A. Windows color (decimal): -5161962 or 1457329. OLE color: 1457329.

HSL color Cylindrical-coordinate representation of color #B13C16: hue angle of 14.71º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B13C16 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 60 22 -
CMYK 0 0.66 0.88 0.31
HSL 14.71º 0.78% 0.39% -
HSV(B) 14.71º 0.88% 0.69% -
XYZ 19.89 12.64 2.15 -
YUV 90.65 89.26 189.59 -
System Red Green Blue C M Y K H S L
Decimal 177 60 22 0 0.66 0.88 0.31 14.71 0.78 0.39
Hex B1 3C 16 0 42 58 1F F 4E 27
Octal 261 74 26 0 102 130 37 17 116 47
Binary 10110001 111100 10110 0 1000010 1011000 11111 1111 1001110 100111

Color Harmonies of #B13C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C16

Black with #B13C16

Text Example


Text Example

White with #B13C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C16; }

 p { color: rgb(177,60,22); }

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

background-color css

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

 a { background-color: rgb(177,60,22); }

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

border-color css

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

 span { border-color: rgb(177,60,22); }

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