Html Css Color HEX #B13F06 Rust

📋 copy color: '#B13F06'

red 177 ◦ green 63 ◦ blue 6

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

Shades of Rust #B13F06

Tints of Rust #B13F06

RGB

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

 GREEN value IS 63 (25% from 255) = 25.61%

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

R = 71.95%
G = 25.61%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B13F06 (or 0xB13F06) is known color: Rust. HEX triplet: B1, 3F and 06. RGB value is (177,63,6). Sum of RGB (Red+Green+Blue) = 177+63+6=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13F06 is #4EC0F9. Grayscale: #5A5A5A. Windows color (decimal): -5161210 or 409521. OLE color: 409521.

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

Color convert

RGB 177 63 6 -
CMYK 0 0.64 0.97 0.31
HSL 20º 0.93% 0.36% -
HSV(B) 20º 0.97% 0.69% -
XYZ 19.94 12.92 1.61 -
YUV 90.59 80.27 189.63 -
System Red Green Blue C M Y K H S L
Decimal 177 63 6 0 0.64 0.97 0.31 20 0.93 0.36
Hex B1 3F 6 0 40 61 1F 14 5D 24
Octal 261 77 6 0 100 141 37 24 135 44
Binary 10110001 111111 110 0 1000000 1100001 11111 10100 1011101 100100

Color Harmonies of #B13F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F06

Black with #B13F06

Text Example


Text Example

White with #B13F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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