Html Css Color HEX #B93508 Rust

📋 copy color: '#B93508'

red 185 ◦ green 53 ◦ blue 8

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

Shades of Rust #B93508

Tints of Rust #B93508

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.54%

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

R = 75.2%
G = 21.54%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B93508 (or 0xB93508) is known color: Rust. HEX triplet: B9, 35 and 08. RGB value is (185,53,8). Sum of RGB (Red+Green+Blue) = 185+53+8=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B93508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93508 is #46CAF7. Grayscale: #575757. Windows color (decimal): -4639480 or 538041. OLE color: 538041.

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

Color convert

RGB 185 53 8 -
CMYK 0 0.71 0.96 0.27
HSL 15.25º 0.92% 0.38% -
HSV(B) 15.25º 0.96% 0.73% -
XYZ 21.32 12.88 1.59 -
YUV 87.34 83.23 197.66 -
System Red Green Blue C M Y K H S L
Decimal 185 53 8 0 0.71 0.96 0.27 15.25 0.92 0.38
Hex B9 35 8 0 47 60 1B F 5C 26
Octal 271 65 10 0 107 140 33 17 134 46
Binary 10111001 110101 1000 0 1000111 1100000 11011 1111 1011100 100110

Color Harmonies of #B93508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93508

Black with #B93508

Text Example


Text Example

White with #B93508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93508; }

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

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

background-color css

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

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

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

border-color css

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

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

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