Html Css Color HEX #B93C06 Rust

📋 copy color: '#B93C06'

red 185 ◦ green 60 ◦ blue 6

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

Shades of Rust #B93C06

Tints of Rust #B93C06

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.9%

 BLUE value IS 6 (2.73% from 255) = 2.39%

R = 73.71%
G = 23.9%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B93C06 (or 0xB93C06) is known color: Rust. HEX triplet: B9, 3C and 06. RGB value is (185,60,6). Sum of RGB (Red+Green+Blue) = 185+60+6=251 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.71% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93C06 is #46C3F9. Grayscale: #5B5B5B. Windows color (decimal): -4637690 or 408761. OLE color: 408761.

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

Color convert

RGB 185 60 6 -
CMYK 0 0.68 0.97 0.27
HSL 18.1º 0.94% 0.37% -
HSV(B) 18.1º 0.97% 0.73% -
XYZ 21.66 13.56 1.65 -
YUV 91.22 79.91 194.89 -
System Red Green Blue C M Y K H S L
Decimal 185 60 6 0 0.68 0.97 0.27 18.1 0.94 0.37
Hex B9 3C 6 0 44 61 1B 12 5E 25
Octal 271 74 6 0 104 141 33 22 136 45
Binary 10111001 111100 110 0 1000100 1100001 11011 10010 1011110 100101

Color Harmonies of #B93C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C06

Black with #B93C06

Text Example


Text Example

White with #B93C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C06; }

 p { color: rgb(185,60,6); }

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

background-color css

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

 a { background-color: rgb(185,60,6); }

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

border-color css

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

 span { border-color: rgb(185,60,6); }

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