Html Css Color HEX #B13D13 Rust

📋 copy color: '#B13D13'

red 177 ◦ green 61 ◦ blue 19

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

Shades of Rust #B13D13

Tints of Rust #B13D13

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.74%

 BLUE value IS 19 (7.81% from 255) = 7.39%

R = 68.87%
G = 23.74%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B13D13 (or 0xB13D13) is known color: Rust. HEX triplet: B1, 3D and 13. RGB value is (177,61,19). Sum of RGB (Red+Green+Blue) = 177+61+19=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13D13 is #4EC2EC. Grayscale: #5B5B5B. Windows color (decimal): -5161709 or 1260977. OLE color: 1260977.

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

Color convert

RGB 177 61 19 -
CMYK 0 0.66 0.89 0.31
HSL 15.95º 0.81% 0.38% -
HSV(B) 15.95º 0.89% 0.69% -
XYZ 19.92 12.73 2.02 -
YUV 90.9 87.43 189.42 -
System Red Green Blue C M Y K H S L
Decimal 177 61 19 0 0.66 0.89 0.31 15.95 0.81 0.38
Hex B1 3D 13 0 42 59 1F 10 51 26
Octal 261 75 23 0 102 131 37 20 121 46
Binary 10110001 111101 10011 0 1000010 1011001 11111 10000 1010001 100110

Color Harmonies of #B13D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13D13

Black with #B13D13

Text Example


Text Example

White with #B13D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13D13; }

 p { color: rgb(177,61,19); }

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

background-color css

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

 a { background-color: rgb(177,61,19); }

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

border-color css

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

 span { border-color: rgb(177,61,19); }

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