Html Css Color HEX #BA3340 Brick Red

📋 copy color: '#BA3340'

red 186 ◦ green 51 ◦ blue 64

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

Shades of Brick Red #BA3340

Tints of Brick Red #BA3340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.94%

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

R = 61.79%
G = 16.94%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA3340 (or 0xBA3340) is known color: Brick Red. HEX triplet: BA, 33 and 40. RGB value is (186,51,64). Sum of RGB (Red+Green+Blue) = 186+51+64=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3340 is #45CCBF. Grayscale: #5C5C5C. Windows color (decimal): -4574400 or 4207546. OLE color: 4207546.

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

Color convert

RGB 186 51 64 -
CMYK 0 0.73 0.66 0.27
HSL 354.22º 0.57% 0.46% -
HSV(B) 354.22º 0.73% 0.73% -
XYZ 22.36 13.18 6.22 -
YUV 92.85 111.73 194.44 -
System Red Green Blue C M Y K H S L
Decimal 186 51 64 0 0.73 0.66 0.27 354.22 0.57 0.46
Hex BA 33 40 0 49 42 1B 162 39 2E
Octal 272 63 100 0 111 102 33 542 71 56
Binary 10111010 110011 1000000 0 1001001 1000010 11011 101100010 111001 101110

Color Harmonies of #BA3340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3340

Black with #BA3340

Text Example


Text Example

White with #BA3340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3340; }

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

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

background-color css

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

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

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

border-color css

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

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

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