Html Css Color HEX #BA3743 Brick Red

📋 copy color: '#BA3743'

red 186 ◦ green 55 ◦ blue 67

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

Shades of Brick Red #BA3743

Tints of Brick Red #BA3743

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.86%

 BLUE value IS 67 (26.56% from 255) = 21.75%

R = 60.39%
G = 17.86%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA3743 (or 0xBA3743) is known color: Brick Red. HEX triplet: BA, 37 and 43. RGB value is (186,55,67). Sum of RGB (Red+Green+Blue) = 186+55+67=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3743 is #45C8BC. Grayscale: #5F5F5F. Windows color (decimal): -4573373 or 4405178. OLE color: 4405178.

HSL color Cylindrical-coordinate representation of color #BA3743: hue angle of 354.5º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA3743 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 55 67 -
CMYK 0 0.70 0.64 0.27
HSL 354.5º 0.54% 0.47% -
HSV(B) 354.5º 0.7% 0.73% -
XYZ 22.63 13.58 6.74 -
YUV 95.54 111.9 192.52 -
System Red Green Blue C M Y K H S L
Decimal 186 55 67 0 0.70 0.64 0.27 354.5 0.54 0.47
Hex BA 37 43 0 46 40 1B 163 36 2F
Octal 272 67 103 0 106 100 33 543 66 57
Binary 10111010 110111 1000011 0 1000110 1000000 11011 101100011 110110 101111

Color Harmonies of #BA3743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3743

Black with #BA3743

Text Example


Text Example

White with #BA3743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3743; }

 p { color: rgb(186,55,67); }

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

background-color css

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

 a { background-color: rgb(186,55,67); }

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

border-color css

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

 span { border-color: rgb(186,55,67); }

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