Html Css Color HEX #BA330C Rust

📋 copy color: '#BA330C'

red 186 ◦ green 51 ◦ blue 12

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

Shades of Rust #BA330C

Tints of Rust #BA330C

RGB

 RED value IS 186 (73.05% from 255) = 74.7%

 GREEN value IS 51 (20.31% from 255) = 20.48%

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

R = 74.7%
G = 20.48%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA330C (or 0xBA330C) is known color: Rust. HEX triplet: BA, 33 and 0C. RGB value is (186,51,12). Sum of RGB (Red+Green+Blue) = 186+51+12=249 (32% of max value = 765). Red value is 186 (73.05% from 255 or 74.70% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 12 (5.08% from 255 or 4.82% from 249); Max value from RGB is 186 - color contains mainly: red. Hex color #BA330C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA330C is #45CCF3. Grayscale: #575757. Windows color (decimal): -4574452 or 799674. OLE color: 799674.

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

Color convert

RGB 186 51 12 -
CMYK 0 0.73 0.94 0.27
HSL 13.45º 0.88% 0.39% -
HSV(B) 13.45º 0.94% 0.73% -
XYZ 21.5 12.83 1.69 -
YUV 86.92 85.73 198.67 -
System Red Green Blue C M Y K H S L
Decimal 186 51 12 0 0.73 0.94 0.27 13.45 0.88 0.39
Hex BA 33 C 0 49 5E 1B D 58 27
Octal 272 63 14 0 111 136 33 15 130 47
Binary 10111010 110011 1100 0 1001001 1011110 11011 1101 1011000 100111

Color Harmonies of #BA330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA330C

Black with #BA330C

Text Example


Text Example

White with #BA330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA330C; }

 p { color: rgb(186,51,12); }

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

background-color css

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

 a { background-color: rgb(186,51,12); }

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

border-color css

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

 span { border-color: rgb(186,51,12); }

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