Html Css Color HEX #B13808 Rust

📋 copy color: '#B13808'

red 177 ◦ green 56 ◦ blue 8

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

Shades of Rust #B13808

Tints of Rust #B13808

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.24%

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

R = 73.44%
G = 23.24%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B13808 (or 0xB13808) is known color: Rust. HEX triplet: B1, 38 and 08. RGB value is (177,56,8). Sum of RGB (Red+Green+Blue) = 177+56+8=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 56 (22.27% from 255 or 23.24% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B13808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13808 is #4EC7F7. Grayscale: #575757. Windows color (decimal): -5163000 or 538801. OLE color: 538801.

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

Color convert

RGB 177 56 8 -
CMYK 0 0.68 0.95 0.31
HSL 17.04º 0.91% 0.36% -
HSV(B) 17.04º 0.95% 0.69% -
XYZ 19.59 12.19 1.55 -
YUV 86.71 83.59 192.4 -
System Red Green Blue C M Y K H S L
Decimal 177 56 8 0 0.68 0.95 0.31 17.04 0.91 0.36
Hex B1 38 8 0 44 5F 1F 11 5B 24
Octal 261 70 10 0 104 137 37 21 133 44
Binary 10110001 111000 1000 0 1000100 1011111 11111 10001 1011011 100100

Color Harmonies of #B13808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13808

Black with #B13808

Text Example


Text Example

White with #B13808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13808; }

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

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

background-color css

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

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

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

border-color css

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

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

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