Html Css Color HEX #B93C12 Rust

📋 copy color: '#B93C12'

red 185 ◦ green 60 ◦ blue 18

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

Shades of Rust #B93C12

Tints of Rust #B93C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.84%

R = 70.34%
G = 22.81%
B = 6.84%

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

#B93C12 (or 0xB93C12) is known color: Rust. HEX triplet: B9, 3C and 12. RGB value is (185,60,18). Sum of RGB (Red+Green+Blue) = 185+60+18=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93C12 is #46C3ED. Grayscale: #5C5C5C. Windows color (decimal): -4637678 or 1195193. OLE color: 1195193.

HSL color Cylindrical-coordinate representation of color #B93C12: hue angle of 15.09º degrees, saturation: 0.82, 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 #B93C12 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 60 18 -
CMYK 0 0.68 0.90 0.27
HSL 15.09º 0.82% 0.4% -
HSV(B) 15.09º 0.9% 0.73% -
XYZ 21.73 13.59 2.05 -
YUV 92.59 85.91 193.92 -
System Red Green Blue C M Y K H S L
Decimal 185 60 18 0 0.68 0.90 0.27 15.09 0.82 0.4
Hex B9 3C 12 0 44 5A 1B F 52 28
Octal 271 74 22 0 104 132 33 17 122 50
Binary 10111001 111100 10010 0 1000100 1011010 11011 1111 1010010 101000

Color Harmonies of #B93C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C12

Black with #B93C12

Text Example


Text Example

White with #B93C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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