Html Css Color HEX #B13614 Rust

📋 copy color: '#B13614'

red 177 ◦ green 54 ◦ blue 20

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

Shades of Rust #B13614

Tints of Rust #B13614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.97%

R = 70.52%
G = 21.51%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B13614 (or 0xB13614) is known color: Rust. HEX triplet: B1, 36 and 14. RGB value is (177,54,20). Sum of RGB (Red+Green+Blue) = 177+54+20=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B13614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13614 is #4EC9EB. Grayscale: #575757. Windows color (decimal): -5163500 or 1324721. OLE color: 1324721.

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

Color convert

RGB 177 54 20 -
CMYK 0 0.69 0.89 0.31
HSL 12.99º 0.8% 0.39% -
HSV(B) 12.99º 0.89% 0.69% -
XYZ 19.58 12.04 1.95 -
YUV 86.9 90.25 192.26 -
System Red Green Blue C M Y K H S L
Decimal 177 54 20 0 0.69 0.89 0.31 12.99 0.8 0.39
Hex B1 36 14 0 45 59 1F D 50 27
Octal 261 66 24 0 105 131 37 15 120 47
Binary 10110001 110110 10100 0 1000101 1011001 11111 1101 1010000 100111

Color Harmonies of #B13614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13614

Black with #B13614

Text Example


Text Example

White with #B13614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13614; }

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

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

background-color css

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

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

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

border-color css

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

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

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