Html Css Color HEX #B13600 Rust

📋 copy color: '#B13600'

red 177 ◦ green 54 ◦ blue 0

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

Shades of Rust #B13600

Tints of Rust #B13600

RGB

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

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

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

R = 76.62%
G = 23.38%
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

#B13600 (or 0xB13600) is known color: Rust. HEX triplet: B1, 36 and 00. RGB value is (177,54,0). Sum of RGB (Red+Green+Blue) = 177+54+0=231 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.62% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 177 - color contains mainly: red. Hex color #B13600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13600 is #4EC9FF. Grayscale: #545454. Windows color (decimal): -5163520 or 14001. OLE color: 14001.

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

Color convert

RGB 177 54 0 -
CMYK 0 0.69 1 0.31
HSL 18.31º 1% 0.35% -
HSV(B) 18.31º 1% 0.69% -
XYZ 19.45 11.99 1.29 -
YUV 84.62 80.25 193.89 -
System Red Green Blue C M Y K H S L
Decimal 177 54 0 0 0.69 1 0.31 18.31 1 0.35
Hex B1 36 0 0 45 64 1F 12 64 23
Octal 261 66 0 0 105 144 37 22 144 43
Binary 10110001 110110 0 0 1000101 1100100 11111 10010 1100100 100011

Color Harmonies of #B13600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13600

Black with #B13600

Text Example


Text Example

White with #B13600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13600; }

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

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

background-color css

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

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

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

border-color css

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

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

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