Html Css Color HEX #B93C13 Rust

📋 copy color: '#B93C13'

red 185 ◦ green 60 ◦ blue 19

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

Shades of Rust #B93C13

Tints of Rust #B93C13

RGB

 RED value IS 185 (72.66% from 255) = 70.08%

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

 BLUE value IS 19 (7.81% from 255) = 7.2%

R = 70.08%
G = 22.73%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B93C13 (or 0xB93C13) is known color: Rust. HEX triplet: B9, 3C and 13. RGB value is (185,60,19). Sum of RGB (Red+Green+Blue) = 185+60+19=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 60 (23.83% from 255 or 22.73% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93C13 is #46C3EC. Grayscale: #5C5C5C. Windows color (decimal): -4637677 or 1260729. OLE color: 1260729.

HSL color Cylindrical-coordinate representation of color #B93C13: hue angle of 14.82º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B93C13 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 60 19 -
CMYK 0 0.68 0.90 0.27
HSL 14.82º 0.81% 0.4% -
HSV(B) 14.82º 0.9% 0.73% -
XYZ 21.74 13.59 2.09 -
YUV 92.7 86.41 193.83 -
System Red Green Blue C M Y K H S L
Decimal 185 60 19 0 0.68 0.90 0.27 14.82 0.81 0.4
Hex B9 3C 13 0 44 5A 1B F 51 28
Octal 271 74 23 0 104 132 33 17 121 50
Binary 10111001 111100 10011 0 1000100 1011010 11011 1111 1010001 101000

Color Harmonies of #B93C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C13

Black with #B93C13

Text Example


Text Example

White with #B93C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C13; }

 p { color: rgb(185,60,19); }

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

background-color css

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

 a { background-color: rgb(185,60,19); }

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

border-color css

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

 span { border-color: rgb(185,60,19); }

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