Html Css Color HEX #BA4B00 Rust

📋 copy color: '#BA4B00'

red 186 ◦ green 75 ◦ blue 0

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

Shades of Rust #BA4B00

Tints of Rust #BA4B00

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.74%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.26%
G = 28.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BA4B00 (or 0xBA4B00) is known color: Rust. HEX triplet: BA, 4B and 00. RGB value is (186,75,0). Sum of RGB (Red+Green+Blue) = 186+75+0=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4B00 is #45B4FF. Grayscale: #646464. Windows color (decimal): -4568320 or 19386. OLE color: 19386.

HSL color Cylindrical-coordinate representation of color #BA4B00: hue angle of 24.19º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA4B00 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 75 0 -
CMYK 0 0.60 1 0.27
HSL 24.19º 1% 0.36% -
HSV(B) 24.19º 1% 0.73% -
XYZ 22.77 15.47 1.79 -
YUV 99.64 71.77 189.6 -
System Red Green Blue C M Y K H S L
Decimal 186 75 0 0 0.60 1 0.27 24.19 1 0.36
Hex BA 4B 0 0 3C 64 1B 18 64 24
Octal 272 113 0 0 74 144 33 30 144 44
Binary 10111010 1001011 0 0 111100 1100100 11011 11000 1100100 100100

Color Harmonies of #BA4B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B00

Black with #BA4B00

Text Example


Text Example

White with #BA4B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B00; }

 p { color: rgb(186,75,0); }

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

background-color css

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

 a { background-color: rgb(186,75,0); }

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

border-color css

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

 span { border-color: rgb(186,75,0); }

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