Html Css Color HEX #B13719 Rust

📋 copy color: '#B13719'

red 177 ◦ green 55 ◦ blue 25

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

Shades of Rust #B13719

Tints of Rust #B13719

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.4%

 BLUE value IS 25 (10.16% from 255) = 9.73%

R = 68.87%
G = 21.4%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B13719 (or 0xB13719) is known color: Rust. HEX triplet: B1, 37 and 19. RGB value is (177,55,25). Sum of RGB (Red+Green+Blue) = 177+55+25=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B13719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13719 is #4EC8E6. Grayscale: #585858. Windows color (decimal): -5163239 or 1652657. OLE color: 1652657.

HSL color Cylindrical-coordinate representation of color #B13719: hue angle of 11.84º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B13719 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 55 25 -
CMYK 0 0.69 0.86 0.31
HSL 11.84º 0.75% 0.4% -
HSV(B) 11.84º 0.86% 0.69% -
XYZ 19.67 12.15 2.23 -
YUV 88.06 92.42 191.44 -
System Red Green Blue C M Y K H S L
Decimal 177 55 25 0 0.69 0.86 0.31 11.84 0.75 0.4
Hex B1 37 19 0 45 56 1F C 4B 28
Octal 261 67 31 0 105 126 37 14 113 50
Binary 10110001 110111 11001 0 1000101 1010110 11111 1100 1001011 101000

Color Harmonies of #B13719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13719

Black with #B13719

Text Example


Text Example

White with #B13719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13719; }

 p { color: rgb(177,55,25); }

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

background-color css

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

 a { background-color: rgb(177,55,25); }

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

border-color css

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

 span { border-color: rgb(177,55,25); }

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