Html Css Color HEX #B93404 Rust

📋 copy color: '#B93404'

red 185 ◦ green 52 ◦ blue 4

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

Shades of Rust #B93404

Tints of Rust #B93404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

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

R = 76.76%
G = 21.58%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B93404 (or 0xB93404) is known color: Rust. HEX triplet: B9, 34 and 04. RGB value is (185,52,4). Sum of RGB (Red+Green+Blue) = 185+52+4=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B93404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93404 is #46CBFB. Grayscale: #565656. Windows color (decimal): -4639740 or 275641. OLE color: 275641.

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

Color convert

RGB 185 52 4 -
CMYK 0 0.72 0.98 0.27
HSL 15.91º 0.96% 0.37% -
HSV(B) 15.91º 0.98% 0.73% -
XYZ 21.26 12.78 1.46 -
YUV 86.3 81.56 198.4 -
System Red Green Blue C M Y K H S L
Decimal 185 52 4 0 0.72 0.98 0.27 15.91 0.96 0.37
Hex B9 34 4 0 48 62 1B 10 60 25
Octal 271 64 4 0 110 142 33 20 140 45
Binary 10111001 110100 100 0 1001000 1100010 11011 10000 1100000 100101

Color Harmonies of #B93404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93404

Black with #B93404

Text Example


Text Example

White with #B93404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93404; }

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

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

background-color css

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

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

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

border-color css

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

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

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