Html Css Color HEX #BA3442 Brick Red

📋 copy color: '#BA3442'

red 186 ◦ green 52 ◦ blue 66

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

Shades of Brick Red #BA3442

Tints of Brick Red #BA3442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.11%

 BLUE value IS 66 (26.17% from 255) = 21.71%

R = 61.18%
G = 17.11%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA3442 (or 0xBA3442) is known color: Brick Red. HEX triplet: BA, 34 and 42. RGB value is (186,52,66). Sum of RGB (Red+Green+Blue) = 186+52+66=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 66 (26.17% from 255 or 21.71% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3442 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3442 is #45CBBD. Grayscale: #5D5D5D. Windows color (decimal): -4574142 or 4338874. OLE color: 4338874.

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

Color convert

RGB 186 52 66 -
CMYK 0 0.72 0.65 0.27
HSL 353.73º 0.56% 0.47% -
HSV(B) 353.73º 0.72% 0.73% -
XYZ 22.46 13.29 6.54 -
YUV 93.66 112.39 193.86 -
System Red Green Blue C M Y K H S L
Decimal 186 52 66 0 0.72 0.65 0.27 353.73 0.56 0.47
Hex BA 34 42 0 48 41 1B 162 38 2F
Octal 272 64 102 0 110 101 33 542 70 57
Binary 10111010 110100 1000010 0 1001000 1000001 11011 101100010 111000 101111

Color Harmonies of #BA3442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3442

Black with #BA3442

Text Example


Text Example

White with #BA3442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3442; }

 p { color: rgb(186,52,66); }

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

background-color css

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

 a { background-color: rgb(186,52,66); }

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

border-color css

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

 span { border-color: rgb(186,52,66); }

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