Html Css Color HEX #BA3908 Rust

📋 copy color: '#BA3908'

red 186 ◦ green 57 ◦ blue 8

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

Shades of Rust #BA3908

Tints of Rust #BA3908

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.71%

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

R = 74.1%
G = 22.71%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BA3908 (or 0xBA3908) is known color: Rust. HEX triplet: BA, 39 and 08. RGB value is (186,57,8). Sum of RGB (Red+Green+Blue) = 186+57+8=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3908 is #45C6F7. Grayscale: #5A5A5A. Windows color (decimal): -4572920 or 539066. OLE color: 539066.

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

Color convert

RGB 186 57 8 -
CMYK 0 0.69 0.96 0.27
HSL 16.52º 0.92% 0.38% -
HSV(B) 16.52º 0.96% 0.73% -
XYZ 21.76 13.38 1.67 -
YUV 89.99 81.74 196.48 -
System Red Green Blue C M Y K H S L
Decimal 186 57 8 0 0.69 0.96 0.27 16.52 0.92 0.38
Hex BA 39 8 0 45 60 1B 11 5C 26
Octal 272 71 10 0 105 140 33 21 134 46
Binary 10111010 111001 1000 0 1000101 1100000 11011 10001 1011100 100110

Color Harmonies of #BA3908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3908

Black with #BA3908

Text Example


Text Example

White with #BA3908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3908; }

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

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

background-color css

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

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

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

border-color css

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

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

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