Html Css Color HEX #B93A04 Rust

📋 copy color: '#B93A04'

red 185 ◦ green 58 ◦ blue 4

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

Shades of Rust #B93A04

Tints of Rust #B93A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.48%

 BLUE value IS 4 (1.95% from 255) = 1.62%

R = 74.9%
G = 23.48%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B93A04 (or 0xB93A04) is known color: Rust. HEX triplet: B9, 3A and 04. RGB value is (185,58,4). Sum of RGB (Red+Green+Blue) = 185+58+4=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93A04 is #46C5FB. Grayscale: #5A5A5A. Windows color (decimal): -4638204 or 277177. OLE color: 277177.

HSL color Cylindrical-coordinate representation of color #B93A04: hue angle of 17.9º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B93A04 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 58 4 -
CMYK 0 0.69 0.98 0.27
HSL 17.9º 0.96% 0.37% -
HSV(B) 17.9º 0.98% 0.73% -
XYZ 21.54 13.35 1.56 -
YUV 89.82 79.58 195.89 -
System Red Green Blue C M Y K H S L
Decimal 185 58 4 0 0.69 0.98 0.27 17.9 0.96 0.37
Hex B9 3A 4 0 45 62 1B 12 60 25
Octal 271 72 4 0 105 142 33 22 140 45
Binary 10111001 111010 100 0 1000101 1100010 11011 10010 1100000 100101

Color Harmonies of #B93A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93A04

Black with #B93A04

Text Example


Text Example

White with #B93A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93A04; }

 p { color: rgb(185,58,4); }

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

background-color css

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

 a { background-color: rgb(185,58,4); }

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

border-color css

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

 span { border-color: rgb(185,58,4); }

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