Html Css Color HEX #B93D1D Rust

📋 copy color: '#B93D1D'

red 185 ◦ green 61 ◦ blue 29

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

Shades of Rust #B93D1D

Tints of Rust #B93D1D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.18%

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

R = 67.27%
G = 22.18%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B93D1D (or 0xB93D1D) is known color: Rust. HEX triplet: B9, 3D and 1D. RGB value is (185,61,29). Sum of RGB (Red+Green+Blue) = 185+61+29=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93D1D is #46C2E2. Grayscale: #5E5E5E. Windows color (decimal): -4637411 or 1916345. OLE color: 1916345.

HSL color Cylindrical-coordinate representation of color #B93D1D: hue angle of 12.31º 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 #B93D1D is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 61 29 -
CMYK 0 0.67 0.84 0.27
HSL 12.31º 0.73% 0.42% -
HSV(B) 12.31º 0.84% 0.73% -
XYZ 21.9 13.74 2.66 -
YUV 94.43 91.08 192.6 -
System Red Green Blue C M Y K H S L
Decimal 185 61 29 0 0.67 0.84 0.27 12.31 0.73 0.42
Hex B9 3D 1D 0 43 54 1B C 49 2A
Octal 271 75 35 0 103 124 33 14 111 52
Binary 10111001 111101 11101 0 1000011 1010100 11011 1100 1001001 101010

Color Harmonies of #B93D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D1D

Black with #B93D1D

Text Example


Text Example

White with #B93D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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