Html Css Color HEX #B13C0E Rust

📋 copy color: '#B13C0E'

red 177 ◦ green 60 ◦ blue 14

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

Shades of Rust #B13C0E

Tints of Rust #B13C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.58%

R = 70.52%
G = 23.9%
B = 5.58%

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

#B13C0E (or 0xB13C0E) is known color: Rust. HEX triplet: B1, 3C and 0E. RGB value is (177,60,14). Sum of RGB (Red+Green+Blue) = 177+60+14=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13C0E is #4EC3F1. Grayscale: #5A5A5A. Windows color (decimal): -5161970 or 933041. OLE color: 933041.

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

Color convert

RGB 177 60 14 -
CMYK 0 0.66 0.92 0.31
HSL 16.93º 0.85% 0.37% -
HSV(B) 16.93º 0.92% 0.69% -
XYZ 19.83 12.61 1.8 -
YUV 89.74 85.26 190.24 -
System Red Green Blue C M Y K H S L
Decimal 177 60 14 0 0.66 0.92 0.31 16.93 0.85 0.37
Hex B1 3C E 0 42 5C 1F 11 55 25
Octal 261 74 16 0 102 134 37 21 125 45
Binary 10110001 111100 1110 0 1000010 1011100 11111 10001 1010101 100101

Color Harmonies of #B13C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C0E

Black with #B13C0E

Text Example


Text Example

White with #B13C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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