Html Css Color HEX #B13606 Rust

📋 copy color: '#B13606'

red 177 ◦ green 54 ◦ blue 6

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

Shades of Rust #B13606

Tints of Rust #B13606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.53%

R = 74.68%
G = 22.78%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B13606 (or 0xB13606) is known color: Rust. HEX triplet: B1, 36 and 06. RGB value is (177,54,6). Sum of RGB (Red+Green+Blue) = 177+54+6=237 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.68% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 177 - color contains mainly: red. Hex color #B13606 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13606 is #4EC9F9. Grayscale: #555555. Windows color (decimal): -5163514 or 407217. OLE color: 407217.

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

Color convert

RGB 177 54 6 -
CMYK 0 0.69 0.97 0.31
HSL 16.84º 0.93% 0.36% -
HSV(B) 16.84º 0.97% 0.69% -
XYZ 19.48 12 1.46 -
YUV 85.31 83.25 193.4 -
System Red Green Blue C M Y K H S L
Decimal 177 54 6 0 0.69 0.97 0.31 16.84 0.93 0.36
Hex B1 36 6 0 45 61 1F 11 5D 24
Octal 261 66 6 0 105 141 37 21 135 44
Binary 10110001 110110 110 0 1000101 1100001 11111 10001 1011101 100100

Color Harmonies of #B13606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13606

Black with #B13606

Text Example


Text Example

White with #B13606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13606; }

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

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

background-color css

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

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

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

border-color css

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

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

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