Html Css Color HEX #B13C0F Rust

📋 copy color: '#B13C0F'

red 177 ◦ green 60 ◦ blue 15

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

Shades of Rust #B13C0F

Tints of Rust #B13C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.95%

R = 70.24%
G = 23.81%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B13C0F (or 0xB13C0F) is known color: Rust. HEX triplet: B1, 3C and 0F. RGB value is (177,60,15). Sum of RGB (Red+Green+Blue) = 177+60+15=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13C0F is #4EC3F0. Grayscale: #5A5A5A. Windows color (decimal): -5161969 or 998577. OLE color: 998577.

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

Color convert

RGB 177 60 15 -
CMYK 0 0.66 0.92 0.31
HSL 16.67º 0.84% 0.38% -
HSV(B) 16.67º 0.92% 0.69% -
XYZ 19.83 12.61 1.84 -
YUV 89.85 85.76 190.16 -
System Red Green Blue C M Y K H S L
Decimal 177 60 15 0 0.66 0.92 0.31 16.67 0.84 0.38
Hex B1 3C F 0 42 5C 1F 11 54 26
Octal 261 74 17 0 102 134 37 21 124 46
Binary 10110001 111100 1111 0 1000010 1011100 11111 10001 1010100 100110

Color Harmonies of #B13C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C0F

Black with #B13C0F

Text Example


Text Example

White with #B13C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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