Html Css Color HEX #B93F1E Rust

📋 copy color: '#B93F1E'

red 185 ◦ green 63 ◦ blue 30

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

Shades of Rust #B93F1E

Tints of Rust #B93F1E

RGB

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

 GREEN value IS 63 (25% from 255) = 22.66%

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

R = 66.55%
G = 22.66%
B = 10.79%

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

#B93F1E (or 0xB93F1E) is known color: Rust. HEX triplet: B9, 3F and 1E. RGB value is (185,63,30). Sum of RGB (Red+Green+Blue) = 185+63+30=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93F1E is #46C0E1. Grayscale: #5F5F5F. Windows color (decimal): -4636898 or 1982393. OLE color: 1982393.

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

Color convert

RGB 185 63 30 -
CMYK 0 0.66 0.84 0.27
HSL 12.77º 0.72% 0.42% -
HSV(B) 12.77º 0.84% 0.73% -
XYZ 22.02 13.96 2.76 -
YUV 95.72 90.92 191.68 -
System Red Green Blue C M Y K H S L
Decimal 185 63 30 0 0.66 0.84 0.27 12.77 0.72 0.42
Hex B9 3F 1E 0 42 54 1B D 48 2A
Octal 271 77 36 0 102 124 33 15 110 52
Binary 10111001 111111 11110 0 1000010 1010100 11011 1101 1001000 101010

Color Harmonies of #B93F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F1E

Black with #B93F1E

Text Example


Text Example

White with #B93F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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