Html Css Color HEX #B13708 Rust

📋 copy color: '#B13708'

red 177 ◦ green 55 ◦ blue 8

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

Shades of Rust #B13708

Tints of Rust #B13708

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.92%

 BLUE value IS 8 (3.52% from 255) = 3.33%

R = 73.75%
G = 22.92%
B = 3.33%

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

#B13708 (or 0xB13708) is known color: Rust. HEX triplet: B1, 37 and 08. RGB value is (177,55,8). Sum of RGB (Red+Green+Blue) = 177+55+8=240 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.75% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 177 - color contains mainly: red. Hex color #B13708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13708 is #4EC8F7. Grayscale: #565656. Windows color (decimal): -5163256 or 538545. OLE color: 538545.

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

Color convert

RGB 177 55 8 -
CMYK 0 0.69 0.95 0.31
HSL 16.69º 0.91% 0.36% -
HSV(B) 16.69º 0.95% 0.69% -
XYZ 19.54 12.1 1.53 -
YUV 86.12 83.92 192.82 -
System Red Green Blue C M Y K H S L
Decimal 177 55 8 0 0.69 0.95 0.31 16.69 0.91 0.36
Hex B1 37 8 0 45 5F 1F 11 5B 24
Octal 261 67 10 0 105 137 37 21 133 44
Binary 10110001 110111 1000 0 1000101 1011111 11111 10001 1011011 100100

Color Harmonies of #B13708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13708

Black with #B13708

Text Example


Text Example

White with #B13708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13708; }

 p { color: rgb(177,55,8); }

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

background-color css

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

 a { background-color: rgb(177,55,8); }

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

border-color css

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

 span { border-color: rgb(177,55,8); }

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