Html Css Color HEX #B93E1A Rust

📋 copy color: '#B93E1A'

red 185 ◦ green 62 ◦ blue 26

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

Shades of Rust #B93E1A

Tints of Rust #B93E1A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.71%

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

R = 67.77%
G = 22.71%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B93E1A (or 0xB93E1A) is known color: Rust. HEX triplet: B9, 3E and 1A. RGB value is (185,62,26). Sum of RGB (Red+Green+Blue) = 185+62+26=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93E1A is #46C1E5. Grayscale: #5E5E5E. Windows color (decimal): -4637158 or 1719993. OLE color: 1719993.

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

Color convert

RGB 185 62 26 -
CMYK 0 0.66 0.86 0.27
HSL 13.58º 0.75% 0.41% -
HSV(B) 13.58º 0.86% 0.73% -
XYZ 21.92 13.83 2.49 -
YUV 94.67 89.25 192.43 -
System Red Green Blue C M Y K H S L
Decimal 185 62 26 0 0.66 0.86 0.27 13.58 0.75 0.41
Hex B9 3E 1A 0 42 56 1B E 4B 29
Octal 271 76 32 0 102 126 33 16 113 51
Binary 10111001 111110 11010 0 1000010 1010110 11011 1110 1001011 101001

Color Harmonies of #B93E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93E1A

Black with #B93E1A

Text Example


Text Example

White with #B93E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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