Html Css Color HEX #B93B04 Rust

📋 copy color: '#B93B04'

red 185 ◦ green 59 ◦ blue 4

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

Shades of Rust #B93B04

Tints of Rust #B93B04

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.79%

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

R = 74.6%
G = 23.79%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#B93B04 (or 0xB93B04) is known color: Rust. HEX triplet: B9, 3B and 04. RGB value is (185,59,4). Sum of RGB (Red+Green+Blue) = 185+59+4=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93B04 is #46C4FB. Grayscale: #5A5A5A. Windows color (decimal): -4637948 or 277433. OLE color: 277433.

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

Color convert

RGB 185 59 4 -
CMYK 0 0.68 0.98 0.27
HSL 18.23º 0.96% 0.37% -
HSV(B) 18.23º 0.98% 0.73% -
XYZ 21.59 13.45 1.57 -
YUV 90.4 79.24 195.47 -
System Red Green Blue C M Y K H S L
Decimal 185 59 4 0 0.68 0.98 0.27 18.23 0.96 0.37
Hex B9 3B 4 0 44 62 1B 12 60 25
Octal 271 73 4 0 104 142 33 22 140 45
Binary 10111001 111011 100 0 1000100 1100010 11011 10010 1100000 100101

Color Harmonies of #B93B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B04

Black with #B93B04

Text Example


Text Example

White with #B93B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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