Html Css Color HEX #BA450B Rust

📋 copy color: '#BA450B'

red 186 ◦ green 69 ◦ blue 11

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

Shades of Rust #BA450B

Tints of Rust #BA450B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.94%

 BLUE value IS 11 (4.69% from 255) = 4.14%

R = 69.92%
G = 25.94%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA450B (or 0xBA450B) is known color: Rust. HEX triplet: BA, 45 and 0B. RGB value is (186,69,11). Sum of RGB (Red+Green+Blue) = 186+69+11=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA450B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA450B is #45BAF4. Grayscale: #616161. Windows color (decimal): -4569845 or 738746. OLE color: 738746.

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

Color convert

RGB 186 69 11 -
CMYK 0 0.63 0.94 0.27
HSL 19.89º 0.89% 0.39% -
HSV(B) 19.89º 0.94% 0.73% -
XYZ 22.44 14.72 1.98 -
YUV 97.37 79.26 191.22 -
System Red Green Blue C M Y K H S L
Decimal 186 69 11 0 0.63 0.94 0.27 19.89 0.89 0.39
Hex BA 45 B 0 3F 5E 1B 14 59 27
Octal 272 105 13 0 77 136 33 24 131 47
Binary 10111010 1000101 1011 0 111111 1011110 11011 10100 1011001 100111

Color Harmonies of #BA450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA450B

Black with #BA450B

Text Example


Text Example

White with #BA450B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA450B; }

 p { color: rgb(186,69,11); }

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

background-color css

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

 a { background-color: rgb(186,69,11); }

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

border-color css

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

 span { border-color: rgb(186,69,11); }

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