Html Css Color HEX #BA4B08 Rust

📋 copy color: '#BA4B08'

red 186 ◦ green 75 ◦ blue 8

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

Shades of Rust #BA4B08

Tints of Rust #BA4B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.97%

R = 69.14%
G = 27.88%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA4B08 (or 0xBA4B08) is known color: Rust. HEX triplet: BA, 4B and 08. RGB value is (186,75,8). Sum of RGB (Red+Green+Blue) = 186+75+8=269 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.14% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA4B08 is #45B4F7. Grayscale: #646464. Windows color (decimal): -4568312 or 543674. OLE color: 543674.

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

Color convert

RGB 186 75 8 -
CMYK 0 0.60 0.96 0.27
HSL 22.58º 0.92% 0.38% -
HSV(B) 22.58º 0.96% 0.73% -
XYZ 22.81 15.49 2.02 -
YUV 100.55 75.77 188.95 -
System Red Green Blue C M Y K H S L
Decimal 186 75 8 0 0.60 0.96 0.27 22.58 0.92 0.38
Hex BA 4B 8 0 3C 60 1B 17 5C 26
Octal 272 113 10 0 74 140 33 27 134 46
Binary 10111010 1001011 1000 0 111100 1100000 11011 10111 1011100 100110

Color Harmonies of #BA4B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B08

Black with #BA4B08

Text Example


Text Example

White with #BA4B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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