Html Css Color HEX #B93C1A Rust

📋 copy color: '#B93C1A'

red 185 ◦ green 60 ◦ blue 26

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

Shades of Rust #B93C1A

Tints of Rust #B93C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.59%

R = 68.27%
G = 22.14%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B93C1A (or 0xB93C1A) is known color: Rust. HEX triplet: B9, 3C and 1A. RGB value is (185,60,26). Sum of RGB (Red+Green+Blue) = 185+60+26=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93C1A is #46C3E5. Grayscale: #5D5D5D. Windows color (decimal): -4637670 or 1719481. OLE color: 1719481.

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

Color convert

RGB 185 60 26 -
CMYK 0 0.68 0.86 0.27
HSL 12.83º 0.75% 0.41% -
HSV(B) 12.83º 0.86% 0.73% -
XYZ 21.81 13.62 2.46 -
YUV 93.5 89.91 193.26 -
System Red Green Blue C M Y K H S L
Decimal 185 60 26 0 0.68 0.86 0.27 12.83 0.75 0.41
Hex B9 3C 1A 0 44 56 1B D 4B 29
Octal 271 74 32 0 104 126 33 15 113 51
Binary 10111001 111100 11010 0 1000100 1010110 11011 1101 1001011 101001

Color Harmonies of #B93C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C1A

Black with #B93C1A

Text Example


Text Example

White with #B93C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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