Html Css Color HEX #B93904 Rust

📋 copy color: '#B93904'

red 185 ◦ green 57 ◦ blue 4

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

Shades of Rust #B93904

Tints of Rust #B93904

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.17%

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

R = 75.2%
G = 23.17%
B = 1.63%

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

#B93904 (or 0xB93904) is known color: Rust. HEX triplet: B9, 39 and 04. RGB value is (185,57,4). Sum of RGB (Red+Green+Blue) = 185+57+4=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B93904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93904 is #46C6FB. Grayscale: #595959. Windows color (decimal): -4638460 or 276921. OLE color: 276921.

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

Color convert

RGB 185 57 4 -
CMYK 0 0.69 0.98 0.27
HSL 17.57º 0.96% 0.37% -
HSV(B) 17.57º 0.98% 0.73% -
XYZ 21.49 13.25 1.54 -
YUV 89.23 79.91 196.31 -
System Red Green Blue C M Y K H S L
Decimal 185 57 4 0 0.69 0.98 0.27 17.57 0.96 0.37
Hex B9 39 4 0 45 62 1B 12 60 25
Octal 271 71 4 0 105 142 33 22 140 45
Binary 10111001 111001 100 0 1000101 1100010 11011 10010 1100000 100101

Color Harmonies of #B93904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93904

Black with #B93904

Text Example


Text Example

White with #B93904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93904; }

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

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

background-color css

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

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

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

border-color css

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

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

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