Html Css Color HEX #B93F1D Rust

📋 copy color: '#B93F1D'

red 185 ◦ green 63 ◦ blue 29

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

Shades of Rust #B93F1D

Tints of Rust #B93F1D

RGB

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

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

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

R = 66.79%
G = 22.74%
B = 10.47%

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

#B93F1D (or 0xB93F1D) is known color: Rust. HEX triplet: B9, 3F and 1D. RGB value is (185,63,29). Sum of RGB (Red+Green+Blue) = 185+63+29=277 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.79% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93F1D is #46C0E2. Grayscale: #5F5F5F. Windows color (decimal): -4636899 or 1916857. OLE color: 1916857.

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

Color convert

RGB 185 63 29 -
CMYK 0 0.66 0.84 0.27
HSL 13.08º 0.73% 0.42% -
HSV(B) 13.08º 0.84% 0.73% -
XYZ 22.01 13.96 2.7 -
YUV 95.6 90.42 191.76 -
System Red Green Blue C M Y K H S L
Decimal 185 63 29 0 0.66 0.84 0.27 13.08 0.73 0.42
Hex B9 3F 1D 0 42 54 1B D 49 2A
Octal 271 77 35 0 102 124 33 15 111 52
Binary 10111001 111111 11101 0 1000010 1010100 11011 1101 1001001 101010

Color Harmonies of #B93F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F1D

Black with #B93F1D

Text Example


Text Example

White with #B93F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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