Html Css Color HEX #B93F0F Rust

📋 copy color: '#B93F0F'

red 185 ◦ green 63 ◦ blue 15

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

Shades of Rust #B93F0F

Tints of Rust #B93F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.7%

R = 70.34%
G = 23.95%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#B93F0F (or 0xB93F0F) is known color: Rust. HEX triplet: B9, 3F and 0F. RGB value is (185,63,15). Sum of RGB (Red+Green+Blue) = 185+63+15=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93F0F is #46C0F0. Grayscale: #5E5E5E. Windows color (decimal): -4636913 or 999353. OLE color: 999353.

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

Color convert

RGB 185 63 15 -
CMYK 0 0.66 0.92 0.27
HSL 16.94º 0.85% 0.39% -
HSV(B) 16.94º 0.92% 0.73% -
XYZ 21.87 13.9 1.98 -
YUV 94.01 83.42 192.9 -
System Red Green Blue C M Y K H S L
Decimal 185 63 15 0 0.66 0.92 0.27 16.94 0.85 0.39
Hex B9 3F F 0 42 5C 1B 11 55 27
Octal 271 77 17 0 102 134 33 21 125 47
Binary 10111001 111111 1111 0 1000010 1011100 11011 10001 1010101 100111

Color Harmonies of #B93F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F0F

Black with #B93F0F

Text Example


Text Example

White with #B93F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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