Html Css Color HEX #BA4B01 Rust

📋 copy color: '#BA4B01'

red 186 ◦ green 75 ◦ blue 1

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

Shades of Rust #BA4B01

Tints of Rust #BA4B01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 70.99%
G = 28.63%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BA4B01 (or 0xBA4B01) is known color: Rust. HEX triplet: BA, 4B and 01. RGB value is (186,75,1). Sum of RGB (Red+Green+Blue) = 186+75+1=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 75 (29.69% from 255 or 28.63% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4B01 is #45B4FE. Grayscale: #646464. Windows color (decimal): -4568319 or 84922. OLE color: 84922.

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

Color convert

RGB 186 75 1 -
CMYK 0 0.60 0.99 0.27
HSL 24º 0.99% 0.37% -
HSV(B) 24º 0.99% 0.73% -
XYZ 22.77 15.47 1.82 -
YUV 99.75 72.27 189.52 -
System Red Green Blue C M Y K H S L
Decimal 186 75 1 0 0.60 0.99 0.27 24 0.99 0.37
Hex BA 4B 1 0 3C 63 1B 18 63 25
Octal 272 113 1 0 74 143 33 30 143 45
Binary 10111010 1001011 1 0 111100 1100011 11011 11000 1100011 100101

Color Harmonies of #BA4B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B01

Black with #BA4B01

Text Example


Text Example

White with #BA4B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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