Html Css Color HEX #B93C08 Rust

📋 copy color: '#B93C08'

red 185 ◦ green 60 ◦ blue 8

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

Shades of Rust #B93C08

Tints of Rust #B93C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.16%

R = 73.12%
G = 23.72%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B93C08 (or 0xB93C08) is known color: Rust. HEX triplet: B9, 3C and 08. RGB value is (185,60,8). Sum of RGB (Red+Green+Blue) = 185+60+8=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93C08 is #46C3F7. Grayscale: #5B5B5B. Windows color (decimal): -4637688 or 539833. OLE color: 539833.

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

Color convert

RGB 185 60 8 -
CMYK 0 0.68 0.96 0.27
HSL 17.63º 0.92% 0.38% -
HSV(B) 17.63º 0.96% 0.73% -
XYZ 21.67 13.56 1.71 -
YUV 91.45 80.91 194.73 -
System Red Green Blue C M Y K H S L
Decimal 185 60 8 0 0.68 0.96 0.27 17.63 0.92 0.38
Hex B9 3C 8 0 44 60 1B 12 5C 26
Octal 271 74 10 0 104 140 33 22 134 46
Binary 10111001 111100 1000 0 1000100 1100000 11011 10010 1011100 100110

Color Harmonies of #B93C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C08

Black with #B93C08

Text Example


Text Example

White with #B93C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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