Html Css Color HEX #B93A0D Rust

📋 copy color: '#B93A0D'

red 185 ◦ green 58 ◦ blue 13

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

Shades of Rust #B93A0D

Tints of Rust #B93A0D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.66%

 BLUE value IS 13 (5.47% from 255) = 5.08%

R = 72.27%
G = 22.66%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B93A0D (or 0xB93A0D) is known color: Rust. HEX triplet: B9, 3A and 0D. RGB value is (185,58,13). Sum of RGB (Red+Green+Blue) = 185+58+13=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93A0D is #46C5F2. Grayscale: #5B5B5B. Windows color (decimal): -4638195 or 867001. OLE color: 867001.

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

Color convert

RGB 185 58 13 -
CMYK 0 0.69 0.93 0.27
HSL 15.7º 0.87% 0.39% -
HSV(B) 15.7º 0.93% 0.73% -
XYZ 21.59 13.37 1.82 -
YUV 90.84 84.08 195.16 -
System Red Green Blue C M Y K H S L
Decimal 185 58 13 0 0.69 0.93 0.27 15.7 0.87 0.39
Hex B9 3A D 0 45 5D 1B 10 57 27
Octal 271 72 15 0 105 135 33 20 127 47
Binary 10111001 111010 1101 0 1000101 1011101 11011 10000 1010111 100111

Color Harmonies of #B93A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93A0D

Black with #B93A0D

Text Example


Text Example

White with #B93A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93A0D; }

 p { color: rgb(185,58,13); }

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

background-color css

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

 a { background-color: rgb(185,58,13); }

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

border-color css

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

 span { border-color: rgb(185,58,13); }

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