Html Css Color HEX #B13818 Rust

📋 copy color: '#B13818'

red 177 ◦ green 56 ◦ blue 24

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

Shades of Rust #B13818

Tints of Rust #B13818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.34%

R = 68.87%
G = 21.79%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B13818 (or 0xB13818) is known color: Rust. HEX triplet: B1, 38 and 18. RGB value is (177,56,24). Sum of RGB (Red+Green+Blue) = 177+56+24=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B13818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13818 is #4EC7E7. Grayscale: #585858. Windows color (decimal): -5162984 or 1587377. OLE color: 1587377.

HSL color Cylindrical-coordinate representation of color #B13818: hue angle of 12.55º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B13818 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 56 24 -
CMYK 0 0.68 0.86 0.31
HSL 12.55º 0.76% 0.39% -
HSV(B) 12.55º 0.86% 0.69% -
XYZ 19.71 12.24 2.19 -
YUV 88.53 91.59 191.1 -
System Red Green Blue C M Y K H S L
Decimal 177 56 24 0 0.68 0.86 0.31 12.55 0.76 0.39
Hex B1 38 18 0 44 56 1F D 4C 27
Octal 261 70 30 0 104 126 37 15 114 47
Binary 10110001 111000 11000 0 1000100 1010110 11111 1101 1001100 100111

Color Harmonies of #B13818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13818

Black with #B13818

Text Example


Text Example

White with #B13818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13818; }

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

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

background-color css

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

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

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

border-color css

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

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

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