Html Css Color HEX #B13609 Rust

📋 copy color: '#B13609'

red 177 ◦ green 54 ◦ blue 9

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

Shades of Rust #B13609

Tints of Rust #B13609

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.5%

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

R = 73.75%
G = 22.5%
B = 3.75%

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

#B13609 (or 0xB13609) is known color: Rust. HEX triplet: B1, 36 and 09. RGB value is (177,54,9). Sum of RGB (Red+Green+Blue) = 177+54+9=240 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.75% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 177 - color contains mainly: red. Hex color #B13609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13609 is #4EC9F6. Grayscale: #555555. Windows color (decimal): -5163511 or 603825. OLE color: 603825.

HSL color Cylindrical-coordinate representation of color #B13609: hue angle of 16.07º 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 #B13609 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 54 9 -
CMYK 0 0.69 0.95 0.31
HSL 16.07º 0.9% 0.36% -
HSV(B) 16.07º 0.95% 0.69% -
XYZ 19.5 12.01 1.55 -
YUV 85.65 84.75 193.16 -
System Red Green Blue C M Y K H S L
Decimal 177 54 9 0 0.69 0.95 0.31 16.07 0.9 0.36
Hex B1 36 9 0 45 5F 1F 10 5A 24
Octal 261 66 11 0 105 137 37 20 132 44
Binary 10110001 110110 1001 0 1000101 1011111 11111 10000 1011010 100100

Color Harmonies of #B13609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13609

Black with #B13609

Text Example


Text Example

White with #B13609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13609; }

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

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

background-color css

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

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

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

border-color css

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

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

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