Html Css Color HEX #B93F1C Rust

📋 copy color: '#B93F1C'

red 185 ◦ green 63 ◦ blue 28

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

Shades of Rust #B93F1C

Tints of Rust #B93F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.14%

R = 67.03%
G = 22.83%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B93F1C (or 0xB93F1C) is known color: Rust. HEX triplet: B9, 3F and 1C. RGB value is (185,63,28). Sum of RGB (Red+Green+Blue) = 185+63+28=276 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.03% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93F1C is #46C0E3. Grayscale: #5F5F5F. Windows color (decimal): -4636900 or 1851321. OLE color: 1851321.

HSL color Cylindrical-coordinate representation of color #B93F1C: hue angle of 13.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B93F1C is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 63 28 -
CMYK 0 0.66 0.85 0.27
HSL 13.38º 0.74% 0.42% -
HSV(B) 13.38º 0.85% 0.73% -
XYZ 21.99 13.95 2.63 -
YUV 95.49 89.92 191.85 -
System Red Green Blue C M Y K H S L
Decimal 185 63 28 0 0.66 0.85 0.27 13.38 0.74 0.42
Hex B9 3F 1C 0 42 55 1B D 4A 2A
Octal 271 77 34 0 102 125 33 15 112 52
Binary 10111001 111111 11100 0 1000010 1010101 11011 1101 1001010 101010

Color Harmonies of #B93F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F1C

Black with #B93F1C

Text Example


Text Example

White with #B93F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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