Html Css Color HEX #B93B0A Rust

📋 copy color: '#B93B0A'

red 185 ◦ green 59 ◦ blue 10

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

Shades of Rust #B93B0A

Tints of Rust #B93B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.94%

R = 72.83%
G = 23.23%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#B93B0A (or 0xB93B0A) is known color: Rust. HEX triplet: B9, 3B and 0A. RGB value is (185,59,10). Sum of RGB (Red+Green+Blue) = 185+59+10=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93B0A is #46C4F5. Grayscale: #5B5B5B. Windows color (decimal): -4637942 or 670649. OLE color: 670649.

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

Color convert

RGB 185 59 10 -
CMYK 0 0.68 0.95 0.27
HSL 16.8º 0.9% 0.38% -
HSV(B) 16.8º 0.95% 0.73% -
XYZ 21.63 13.46 1.75 -
YUV 91.09 82.24 194.98 -
System Red Green Blue C M Y K H S L
Decimal 185 59 10 0 0.68 0.95 0.27 16.8 0.9 0.38
Hex B9 3B A 0 44 5F 1B 11 5A 26
Octal 271 73 12 0 104 137 33 21 132 46
Binary 10111001 111011 1010 0 1000100 1011111 11011 10001 1011010 100110

Color Harmonies of #B93B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B0A

Black with #B93B0A

Text Example


Text Example

White with #B93B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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