Html Css Color HEX #BA3540 Brick Red

📋 copy color: '#BA3540'

red 186 ◦ green 53 ◦ blue 64

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

Shades of Brick Red #BA3540

Tints of Brick Red #BA3540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.49%

 BLUE value IS 64 (25.39% from 255) = 21.12%

R = 61.39%
G = 17.49%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA3540 (or 0xBA3540) is known color: Brick Red. HEX triplet: BA, 35 and 40. RGB value is (186,53,64). Sum of RGB (Red+Green+Blue) = 186+53+64=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3540 is #45CABF. Grayscale: #5E5E5E. Windows color (decimal): -4573888 or 4208058. OLE color: 4208058.

HSL color Cylindrical-coordinate representation of color #BA3540: hue angle of 355.04º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA3540 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 53 64 -
CMYK 0 0.72 0.66 0.27
HSL 355.04º 0.56% 0.47% -
HSV(B) 355.04º 0.72% 0.73% -
XYZ 22.45 13.36 6.25 -
YUV 94.02 111.06 193.61 -
System Red Green Blue C M Y K H S L
Decimal 186 53 64 0 0.72 0.66 0.27 355.04 0.56 0.47
Hex BA 35 40 0 48 42 1B 163 38 2F
Octal 272 65 100 0 110 102 33 543 70 57
Binary 10111010 110101 1000000 0 1001000 1000010 11011 101100011 111000 101111

Color Harmonies of #BA3540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3540

Black with #BA3540

Text Example


Text Example

White with #BA3540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3540; }

 p { color: rgb(186,53,64); }

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

background-color css

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

 a { background-color: rgb(186,53,64); }

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

border-color css

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

 span { border-color: rgb(186,53,64); }

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