Html Css Color HEX #B93B0C Rust

📋 copy color: '#B93B0C'

red 185 ◦ green 59 ◦ blue 12

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

Shades of Rust #B93B0C

Tints of Rust #B93B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.69%

R = 72.27%
G = 23.05%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B93B0C (or 0xB93B0C) is known color: Rust. HEX triplet: B9, 3B and 0C. RGB value is (185,59,12). Sum of RGB (Red+Green+Blue) = 185+59+12=256 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.27% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93B0C is #46C4F3. Grayscale: #5B5B5B. Windows color (decimal): -4637940 or 801721. OLE color: 801721.

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

Color convert

RGB 185 59 12 -
CMYK 0 0.68 0.94 0.27
HSL 16.3º 0.88% 0.39% -
HSV(B) 16.3º 0.94% 0.73% -
XYZ 21.64 13.47 1.81 -
YUV 91.32 83.24 194.82 -
System Red Green Blue C M Y K H S L
Decimal 185 59 12 0 0.68 0.94 0.27 16.3 0.88 0.39
Hex B9 3B C 0 44 5E 1B 10 58 27
Octal 271 73 14 0 104 136 33 20 130 47
Binary 10111001 111011 1100 0 1000100 1011110 11011 10000 1011000 100111

Color Harmonies of #B93B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B0C

Black with #B93B0C

Text Example


Text Example

White with #B93B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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