Html Css Color HEX #BA3343 Brick Red

📋 copy color: '#BA3343'

red 186 ◦ green 51 ◦ blue 67

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

Shades of Brick Red #BA3343

Tints of Brick Red #BA3343

RGB

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

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

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

R = 61.18%
G = 16.78%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA3343 (or 0xBA3343) is known color: Brick Red. HEX triplet: BA, 33 and 43. RGB value is (186,51,67). Sum of RGB (Red+Green+Blue) = 186+51+67=304 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.18% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3343 is #45CCBC. Grayscale: #5D5D5D. Windows color (decimal): -4574397 or 4404154. OLE color: 4404154.

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

Color convert

RGB 186 51 67 -
CMYK 0 0.73 0.64 0.27
HSL 352.89º 0.57% 0.46% -
HSV(B) 352.89º 0.73% 0.73% -
XYZ 22.45 13.21 6.68 -
YUV 93.19 113.23 194.2 -
System Red Green Blue C M Y K H S L
Decimal 186 51 67 0 0.73 0.64 0.27 352.89 0.57 0.46
Hex BA 33 43 0 49 40 1B 161 39 2E
Octal 272 63 103 0 111 100 33 541 71 56
Binary 10111010 110011 1000011 0 1001001 1000000 11011 101100001 111001 101110

Color Harmonies of #BA3343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3343

Black with #BA3343

Text Example


Text Example

White with #BA3343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3343; }

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

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

background-color css

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

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

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

border-color css

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

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

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