Html Css Color HEX #B93C1F Rust

📋 copy color: '#B93C1F'

red 185 ◦ green 60 ◦ blue 31

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

Shades of Rust #B93C1F

Tints of Rust #B93C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.23%

R = 67.03%
G = 21.74%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B93C1F (or 0xB93C1F) is known color: Rust. HEX triplet: B9, 3C and 1F. RGB value is (185,60,31). Sum of RGB (Red+Green+Blue) = 185+60+31=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C1F is #46C3E0. Grayscale: #5E5E5E. Windows color (decimal): -4637665 or 2047161. OLE color: 2047161.

HSL color Cylindrical-coordinate representation of color #B93C1F: hue angle of 11.3º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B93C1F is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 60 31 -
CMYK 0 0.68 0.83 0.27
HSL 11.3º 0.71% 0.42% -
HSV(B) 11.3º 0.83% 0.73% -
XYZ 21.87 13.64 2.78 -
YUV 94.07 92.41 192.86 -
System Red Green Blue C M Y K H S L
Decimal 185 60 31 0 0.68 0.83 0.27 11.3 0.71 0.42
Hex B9 3C 1F 0 44 53 1B B 47 2A
Octal 271 74 37 0 104 123 33 13 107 52
Binary 10111001 111100 11111 0 1000100 1010011 11011 1011 1000111 101010

Color Harmonies of #B93C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C1F

Black with #B93C1F

Text Example


Text Example

White with #B93C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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