Html Css Color HEX #BA3D06 Rust

📋 copy color: '#BA3D06'

red 186 ◦ green 61 ◦ blue 6

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

Shades of Rust #BA3D06

Tints of Rust #BA3D06

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.11%

 BLUE value IS 6 (2.73% from 255) = 2.37%

R = 73.52%
G = 24.11%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA3D06 (or 0xBA3D06) is known color: Rust. HEX triplet: BA, 3D and 06. RGB value is (186,61,6). Sum of RGB (Red+Green+Blue) = 186+61+6=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA3D06 is #45C2F9. Grayscale: #5C5C5C. Windows color (decimal): -4571898 or 409018. OLE color: 409018.

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

Color convert

RGB 186 61 6 -
CMYK 0 0.67 0.97 0.27
HSL 18.33º 0.94% 0.38% -
HSV(B) 18.33º 0.97% 0.73% -
XYZ 21.95 13.79 1.68 -
YUV 92.11 79.41 194.97 -
System Red Green Blue C M Y K H S L
Decimal 186 61 6 0 0.67 0.97 0.27 18.33 0.94 0.38
Hex BA 3D 6 0 43 61 1B 12 5E 26
Octal 272 75 6 0 103 141 33 22 136 46
Binary 10111010 111101 110 0 1000011 1100001 11011 10010 1011110 100110

Color Harmonies of #BA3D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D06

Black with #BA3D06

Text Example


Text Example

White with #BA3D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D06; }

 p { color: rgb(186,61,6); }

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

background-color css

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

 a { background-color: rgb(186,61,6); }

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

border-color css

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

 span { border-color: rgb(186,61,6); }

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