Html Css Color HEX #B13709 Rust

📋 copy color: '#B13709'

red 177 ◦ green 55 ◦ blue 9

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

Shades of Rust #B13709

Tints of Rust #B13709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.73%

R = 73.44%
G = 22.82%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B13709 (or 0xB13709) is known color: Rust. HEX triplet: B1, 37 and 09. RGB value is (177,55,9). Sum of RGB (Red+Green+Blue) = 177+55+9=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B13709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13709 is #4EC8F6. Grayscale: #565656. Windows color (decimal): -5163255 or 604081. OLE color: 604081.

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

Color convert

RGB 177 55 9 -
CMYK 0 0.69 0.95 0.31
HSL 16.43º 0.9% 0.36% -
HSV(B) 16.43º 0.95% 0.69% -
XYZ 19.55 12.1 1.56 -
YUV 86.23 84.42 192.74 -
System Red Green Blue C M Y K H S L
Decimal 177 55 9 0 0.69 0.95 0.31 16.43 0.9 0.36
Hex B1 37 9 0 45 5F 1F 10 5A 24
Octal 261 67 11 0 105 137 37 20 132 44
Binary 10110001 110111 1001 0 1000101 1011111 11111 10000 1011010 100100

Color Harmonies of #B13709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13709

Black with #B13709

Text Example


Text Example

White with #B13709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13709; }

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

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

background-color css

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

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

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

border-color css

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

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

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