Html Css Color HEX #B93F1F Rust

📋 copy color: '#B93F1F'

red 185 ◦ green 63 ◦ blue 31

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

Shades of Rust #B93F1F

Tints of Rust #B93F1F

RGB

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

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

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

R = 66.31%
G = 22.58%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B93F1F (or 0xB93F1F) is known color: Rust. HEX triplet: B9, 3F and 1F. RGB value is (185,63,31). Sum of RGB (Red+Green+Blue) = 185+63+31=279 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.31% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93F1F is #46C0E0. Grayscale: #606060. Windows color (decimal): -4636897 or 2047929. OLE color: 2047929.

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

Color convert

RGB 185 63 31 -
CMYK 0 0.66 0.83 0.27
HSL 12.47º 0.71% 0.42% -
HSV(B) 12.47º 0.83% 0.73% -
XYZ 22.03 13.97 2.83 -
YUV 95.83 91.42 191.6 -
System Red Green Blue C M Y K H S L
Decimal 185 63 31 0 0.66 0.83 0.27 12.47 0.71 0.42
Hex B9 3F 1F 0 42 53 1B C 47 2A
Octal 271 77 37 0 102 123 33 14 107 52
Binary 10111001 111111 11111 0 1000010 1010011 11011 1100 1000111 101010

Color Harmonies of #B93F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F1F

Black with #B93F1F

Text Example


Text Example

White with #B93F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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