Html Css Color HEX #B93C1D Rust

📋 copy color: '#B93C1D'

red 185 ◦ green 60 ◦ blue 29

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

Shades of Rust #B93C1D

Tints of Rust #B93C1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.58%

R = 67.52%
G = 21.9%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B93C1D (or 0xB93C1D) is known color: Rust. HEX triplet: B9, 3C and 1D. RGB value is (185,60,29). Sum of RGB (Red+Green+Blue) = 185+60+29=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C1D is #46C3E2. Grayscale: #5E5E5E. Windows color (decimal): -4637667 or 1916089. OLE color: 1916089.

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

Color convert

RGB 185 60 29 -
CMYK 0 0.68 0.84 0.27
HSL 11.92º 0.73% 0.42% -
HSV(B) 11.92º 0.84% 0.73% -
XYZ 21.85 13.63 2.64 -
YUV 93.84 91.41 193.02 -
System Red Green Blue C M Y K H S L
Decimal 185 60 29 0 0.68 0.84 0.27 11.92 0.73 0.42
Hex B9 3C 1D 0 44 54 1B C 49 2A
Octal 271 74 35 0 104 124 33 14 111 52
Binary 10111001 111100 11101 0 1000100 1010100 11011 1100 1001001 101010

Color Harmonies of #B93C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C1D

Black with #B93C1D

Text Example


Text Example

White with #B93C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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