Html Css Color HEX #B13C18 Rust

📋 copy color: '#B13C18'

red 177 ◦ green 60 ◦ blue 24

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

Shades of Rust #B13C18

Tints of Rust #B13C18

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.99%

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

R = 67.82%
G = 22.99%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B13C18 (or 0xB13C18) is known color: Rust. HEX triplet: B1, 3C and 18. RGB value is (177,60,24). Sum of RGB (Red+Green+Blue) = 177+60+24=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 24 (9.77% from 255 or 9.20% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13C18 is #4EC3E7. Grayscale: #5B5B5B. Windows color (decimal): -5161960 or 1588401. OLE color: 1588401.

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

Color convert

RGB 177 60 24 -
CMYK 0 0.66 0.86 0.31
HSL 14.12º 0.76% 0.39% -
HSV(B) 14.12º 0.86% 0.69% -
XYZ 19.91 12.64 2.26 -
YUV 90.88 90.26 189.43 -
System Red Green Blue C M Y K H S L
Decimal 177 60 24 0 0.66 0.86 0.31 14.12 0.76 0.39
Hex B1 3C 18 0 42 56 1F E 4C 27
Octal 261 74 30 0 102 126 37 16 114 47
Binary 10110001 111100 11000 0 1000010 1010110 11111 1110 1001100 100111

Color Harmonies of #B13C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C18

Black with #B13C18

Text Example


Text Example

White with #B13C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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