Html Css Color HEX #BA343F Brick Red

📋 copy color: '#BA343F'

red 186 ◦ green 52 ◦ blue 63

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

Shades of Brick Red #BA343F

Tints of Brick Red #BA343F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.93%

R = 61.79%
G = 17.28%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA343F (or 0xBA343F) is known color: Brick Red. HEX triplet: BA, 34 and 3F. RGB value is (186,52,63). Sum of RGB (Red+Green+Blue) = 186+52+63=301 (39% of max value = 765). Red value is 186 (73.05% from 255 or 61.79% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 186 - color contains mainly: red. Hex color #BA343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA343F is #45CBC0. Grayscale: #5D5D5D. Windows color (decimal): -4574145 or 4142266. OLE color: 4142266.

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

Color convert

RGB 186 52 63 -
CMYK 0 0.72 0.66 0.27
HSL 355.07º 0.56% 0.47% -
HSV(B) 355.07º 0.72% 0.73% -
XYZ 22.37 13.25 6.08 -
YUV 93.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 186 52 63 0 0.72 0.66 0.27 355.07 0.56 0.47
Hex BA 34 3F 0 48 42 1B 163 38 2F
Octal 272 64 77 0 110 102 33 543 70 57
Binary 10111010 110100 111111 0 1001000 1000010 11011 101100011 111000 101111

Color Harmonies of #BA343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA343F

Black with #BA343F

Text Example


Text Example

White with #BA343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA343F; }

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

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

background-color css

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

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

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

border-color css

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

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

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