Html Css Color HEX #BA3D45 Brick Red

📋 copy color: '#BA3D45'

red 186 ◦ green 61 ◦ blue 69

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

Shades of Brick Red #BA3D45

Tints of Brick Red #BA3D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.84%

R = 58.86%
G = 19.3%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA3D45 (or 0xBA3D45) is known color: Brick Red. HEX triplet: BA, 3D and 45. RGB value is (186,61,69). Sum of RGB (Red+Green+Blue) = 186+61+69=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3D45 is #45C2BA. Grayscale: #636363. Windows color (decimal): -4571835 or 4537786. OLE color: 4537786.

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

Color convert

RGB 186 61 69 -
CMYK 0 0.67 0.63 0.27
HSL 356.16º 0.51% 0.48% -
HSV(B) 356.16º 0.67% 0.73% -
XYZ 22.99 14.21 7.16 -
YUV 99.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 186 61 69 0 0.67 0.63 0.27 356.16 0.51 0.48
Hex BA 3D 45 0 43 3F 1B 164 33 30
Octal 272 75 105 0 103 77 33 544 63 60
Binary 10111010 111101 1000101 0 1000011 111111 11011 101100100 110011 110000

Color Harmonies of #BA3D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3D45

Black with #BA3D45

Text Example


Text Example

White with #BA3D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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