Html Css Color HEX #B93604 Rust

📋 copy color: '#B93604'

red 185 ◦ green 54 ◦ blue 4

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

Shades of Rust #B93604

Tints of Rust #B93604

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.22%

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

R = 76.13%
G = 22.22%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B93604 (or 0xB93604) is known color: Rust. HEX triplet: B9, 36 and 04. RGB value is (185,54,4). Sum of RGB (Red+Green+Blue) = 185+54+4=243 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.13% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 185 - color contains mainly: red. Hex color #B93604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93604 is #46C9FB. Grayscale: #575757. Windows color (decimal): -4639228 or 276153. OLE color: 276153.

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

Color convert

RGB 185 54 4 -
CMYK 0 0.71 0.98 0.27
HSL 16.57º 0.96% 0.37% -
HSV(B) 16.57º 0.98% 0.73% -
XYZ 21.35 12.96 1.49 -
YUV 87.47 80.9 197.57 -
System Red Green Blue C M Y K H S L
Decimal 185 54 4 0 0.71 0.98 0.27 16.57 0.96 0.37
Hex B9 36 4 0 47 62 1B 11 60 25
Octal 271 66 4 0 107 142 33 21 140 45
Binary 10111001 110110 100 0 1000111 1100010 11011 10001 1100000 100101

Color Harmonies of #B93604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93604

Black with #B93604

Text Example


Text Example

White with #B93604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93604; }

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

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

background-color css

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

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

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

border-color css

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

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

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