Html Css Color HEX #B93E1E Rust

📋 copy color: '#B93E1E'

red 185 ◦ green 62 ◦ blue 30

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

Shades of Rust #B93E1E

Tints of Rust #B93E1E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.38%

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 66.79%
G = 22.38%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B93E1E (or 0xB93E1E) is known color: Rust. HEX triplet: B9, 3E and 1E. RGB value is (185,62,30). Sum of RGB (Red+Green+Blue) = 185+62+30=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93E1E is #46C1E1. Grayscale: #5F5F5F. Windows color (decimal): -4637154 or 1982137. OLE color: 1982137.

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

Color convert

RGB 185 62 30 -
CMYK 0 0.66 0.84 0.27
HSL 12.39º 0.72% 0.42% -
HSV(B) 12.39º 0.84% 0.73% -
XYZ 21.96 13.85 2.74 -
YUV 95.13 91.25 192.1 -
System Red Green Blue C M Y K H S L
Decimal 185 62 30 0 0.66 0.84 0.27 12.39 0.72 0.42
Hex B9 3E 1E 0 42 54 1B C 48 2A
Octal 271 76 36 0 102 124 33 14 110 52
Binary 10111001 111110 11110 0 1000010 1010100 11011 1100 1001000 101010

Color Harmonies of #B93E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93E1E

Black with #B93E1E

Text Example


Text Example

White with #B93E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93E1E; }

 p { color: rgb(185,62,30); }

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

background-color css

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

 a { background-color: rgb(185,62,30); }

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

border-color css

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

 span { border-color: rgb(185,62,30); }

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