Html Css Color HEX #BA3B43 Brick Red

📋 copy color: '#BA3B43'

red 186 ◦ green 59 ◦ blue 67

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

Shades of Brick Red #BA3B43

Tints of Brick Red #BA3B43

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.91%

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

R = 59.62%
G = 18.91%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA3B43 (or 0xBA3B43) is known color: Brick Red. HEX triplet: BA, 3B and 43. RGB value is (186,59,67). Sum of RGB (Red+Green+Blue) = 186+59+67=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3B43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3B43 is #45C4BC. Grayscale: #616161. Windows color (decimal): -4572349 or 4406202. OLE color: 4406202.

HSL color Cylindrical-coordinate representation of color #BA3B43: hue angle of 356.22º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3B43 is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 59 67 -
CMYK 0 0.68 0.64 0.27
HSL 356.22º 0.52% 0.48% -
HSV(B) 356.22º 0.68% 0.73% -
XYZ 22.83 13.97 6.8 -
YUV 97.89 110.58 190.85 -
System Red Green Blue C M Y K H S L
Decimal 186 59 67 0 0.68 0.64 0.27 356.22 0.52 0.48
Hex BA 3B 43 0 44 40 1B 164 34 30
Octal 272 73 103 0 104 100 33 544 64 60
Binary 10111010 111011 1000011 0 1000100 1000000 11011 101100100 110100 110000

Color Harmonies of #BA3B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3B43

Black with #BA3B43

Text Example


Text Example

White with #BA3B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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