Html Css Color HEX #B13700 Rust

📋 copy color: '#B13700'

red 177 ◦ green 55 ◦ blue 0

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

Shades of Rust #B13700

Tints of Rust #B13700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.29%
G = 23.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B13700 (or 0xB13700) is known color: Rust. HEX triplet: B1, 37 and 00. RGB value is (177,55,0). Sum of RGB (Red+Green+Blue) = 177+55+0=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B13700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13700 is #4EC8FF. Grayscale: #555555. Windows color (decimal): -5163264 or 14257. OLE color: 14257.

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

Color convert

RGB 177 55 0 -
CMYK 0 0.69 1 0.31
HSL 18.64º 1% 0.35% -
HSV(B) 18.64º 1% 0.69% -
XYZ 19.5 12.08 1.3 -
YUV 85.21 79.92 193.47 -
System Red Green Blue C M Y K H S L
Decimal 177 55 0 0 0.69 1 0.31 18.64 1 0.35
Hex B1 37 0 0 45 64 1F 13 64 23
Octal 261 67 0 0 105 144 37 23 144 43
Binary 10110001 110111 0 0 1000101 1100100 11111 10011 1100100 100011

Color Harmonies of #B13700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13700

Black with #B13700

Text Example


Text Example

White with #B13700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13700; }

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

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

background-color css

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

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

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

border-color css

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

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

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