Html Css Color HEX #B93B08 Rust

📋 copy color: '#B93B08'

red 185 ◦ green 59 ◦ blue 8

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

Shades of Rust #B93B08

Tints of Rust #B93B08

RGB

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

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

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

R = 73.41%
G = 23.41%
B = 3.17%

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

#B93B08 (or 0xB93B08) is known color: Rust. HEX triplet: B9, 3B and 08. RGB value is (185,59,8). Sum of RGB (Red+Green+Blue) = 185+59+8=252 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.41% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93B08 is #46C4F7. Grayscale: #5B5B5B. Windows color (decimal): -4637944 or 539577. OLE color: 539577.

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

Color convert

RGB 185 59 8 -
CMYK 0 0.68 0.96 0.27
HSL 17.29º 0.92% 0.38% -
HSV(B) 17.29º 0.96% 0.73% -
XYZ 21.62 13.46 1.69 -
YUV 90.86 81.24 195.15 -
System Red Green Blue C M Y K H S L
Decimal 185 59 8 0 0.68 0.96 0.27 17.29 0.92 0.38
Hex B9 3B 8 0 44 60 1B 11 5C 26
Octal 271 73 10 0 104 140 33 21 134 46
Binary 10111001 111011 1000 0 1000100 1100000 11011 10001 1011100 100110

Color Harmonies of #B93B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B08

Black with #B93B08

Text Example


Text Example

White with #B93B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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