Html Css Color HEX #BA3840 Brick Red

📋 copy color: '#BA3840'

red 186 ◦ green 56 ◦ blue 64

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

Shades of Brick Red #BA3840

Tints of Brick Red #BA3840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.3%

 BLUE value IS 64 (25.39% from 255) = 20.92%

R = 60.78%
G = 18.3%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA3840 (or 0xBA3840) is known color: Brick Red. HEX triplet: BA, 38 and 40. RGB value is (186,56,64). Sum of RGB (Red+Green+Blue) = 186+56+64=306 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.78% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3840 is #45C7BF. Grayscale: #5F5F5F. Windows color (decimal): -4573120 or 4208826. OLE color: 4208826.

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

Color convert

RGB 186 56 64 -
CMYK 0 0.70 0.66 0.27
HSL 356.31º 0.54% 0.47% -
HSV(B) 356.31º 0.7% 0.73% -
XYZ 22.59 13.64 6.29 -
YUV 95.78 110.07 192.35 -
System Red Green Blue C M Y K H S L
Decimal 186 56 64 0 0.70 0.66 0.27 356.31 0.54 0.47
Hex BA 38 40 0 46 42 1B 164 36 2F
Octal 272 70 100 0 106 102 33 544 66 57
Binary 10111010 111000 1000000 0 1000110 1000010 11011 101100100 110110 101111

Color Harmonies of #BA3840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3840

Black with #BA3840

Text Example


Text Example

White with #BA3840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3840; }

 p { color: rgb(186,56,64); }

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

background-color css

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

 a { background-color: rgb(186,56,64); }

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

border-color css

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

 span { border-color: rgb(186,56,64); }

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