Html Css Color HEX #B93818 Rust

📋 copy color: '#B93818'

red 185 ◦ green 56 ◦ blue 24

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

Shades of Rust #B93818

Tints of Rust #B93818

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.13%

 BLUE value IS 24 (9.77% from 255) = 9.06%

R = 69.81%
G = 21.13%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B93818 (or 0xB93818) is known color: Rust. HEX triplet: B9, 38 and 18. RGB value is (185,56,24). Sum of RGB (Red+Green+Blue) = 185+56+24=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 24 (9.77% from 255 or 9.06% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B93818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93818 is #46C7E7. Grayscale: #5B5B5B. Windows color (decimal): -4638696 or 1587385. OLE color: 1587385.

HSL color Cylindrical-coordinate representation of color #B93818: hue angle of 11.93º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B93818 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 56 24 -
CMYK 0 0.70 0.87 0.27
HSL 11.93º 0.77% 0.41% -
HSV(B) 11.93º 0.87% 0.73% -
XYZ 21.59 13.21 2.28 -
YUV 90.92 90.24 195.1 -
System Red Green Blue C M Y K H S L
Decimal 185 56 24 0 0.70 0.87 0.27 11.93 0.77 0.41
Hex B9 38 18 0 46 57 1B C 4D 29
Octal 271 70 30 0 106 127 33 14 115 51
Binary 10111001 111000 11000 0 1000110 1010111 11011 1100 1001101 101001

Color Harmonies of #B93818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93818

Black with #B93818

Text Example


Text Example

White with #B93818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93818; }

 p { color: rgb(185,56,24); }

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

background-color css

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

 a { background-color: rgb(185,56,24); }

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

border-color css

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

 span { border-color: rgb(185,56,24); }

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