Html Css Color HEX #BA3841 Brick Red

📋 copy color: '#BA3841'

red 186 ◦ green 56 ◦ blue 65

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

Shades of Brick Red #BA3841

Tints of Brick Red #BA3841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.17%

R = 60.59%
G = 18.24%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA3841 (or 0xBA3841) is known color: Brick Red. HEX triplet: BA, 38 and 41. RGB value is (186,56,65). Sum of RGB (Red+Green+Blue) = 186+56+65=307 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.59% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3841 is #45C7BE. Grayscale: #5F5F5F. Windows color (decimal): -4573119 or 4274362. OLE color: 4274362.

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

Color convert

RGB 186 56 65 -
CMYK 0 0.70 0.65 0.27
HSL 355.85º 0.54% 0.47% -
HSV(B) 355.85º 0.7% 0.73% -
XYZ 22.62 13.65 6.44 -
YUV 95.9 110.57 192.27 -
System Red Green Blue C M Y K H S L
Decimal 186 56 65 0 0.70 0.65 0.27 355.85 0.54 0.47
Hex BA 38 41 0 46 41 1B 164 36 2F
Octal 272 70 101 0 106 101 33 544 66 57
Binary 10111010 111000 1000001 0 1000110 1000001 11011 101100100 110110 101111

Color Harmonies of #BA3841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3841

Black with #BA3841

Text Example


Text Example

White with #BA3841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3841; }

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

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

background-color css

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

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

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

border-color css

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

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

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