Html Css Color HEX #B13F08 Rust

📋 copy color: '#B13F08'

red 177 ◦ green 63 ◦ blue 8

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

Shades of Rust #B13F08

Tints of Rust #B13F08

RGB

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

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

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

R = 71.37%
G = 25.4%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B13F08 (or 0xB13F08) is known color: Rust. HEX triplet: B1, 3F and 08. RGB value is (177,63,8). Sum of RGB (Red+Green+Blue) = 177+63+8=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13F08 is #4EC0F7. Grayscale: #5B5B5B. Windows color (decimal): -5161208 or 540593. OLE color: 540593.

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

Color convert

RGB 177 63 8 -
CMYK 0 0.64 0.95 0.31
HSL 19.53º 0.91% 0.36% -
HSV(B) 19.53º 0.95% 0.69% -
XYZ 19.95 12.92 1.67 -
YUV 90.82 81.27 189.47 -
System Red Green Blue C M Y K H S L
Decimal 177 63 8 0 0.64 0.95 0.31 19.53 0.91 0.36
Hex B1 3F 8 0 40 5F 1F 14 5B 24
Octal 261 77 10 0 100 137 37 24 133 44
Binary 10110001 111111 1000 0 1000000 1011111 11111 10100 1011011 100100

Color Harmonies of #B13F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F08

Black with #B13F08

Text Example


Text Example

White with #B13F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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