Html Css Color HEX #BA3941 Brick Red

📋 copy color: '#BA3941'

red 186 ◦ green 57 ◦ blue 65

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

Shades of Brick Red #BA3941

Tints of Brick Red #BA3941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.51%

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

R = 60.39%
G = 18.51%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA3941 (or 0xBA3941) is known color: Brick Red. HEX triplet: BA, 39 and 41. RGB value is (186,57,65). Sum of RGB (Red+Green+Blue) = 186+57+65=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3941 is #45C6BE. Grayscale: #606060. Windows color (decimal): -4572863 or 4274618. OLE color: 4274618.

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

Color convert

RGB 186 57 65 -
CMYK 0 0.69 0.65 0.27
HSL 356.28º 0.53% 0.48% -
HSV(B) 356.28º 0.69% 0.73% -
XYZ 22.67 13.75 6.46 -
YUV 96.48 110.24 191.85 -
System Red Green Blue C M Y K H S L
Decimal 186 57 65 0 0.69 0.65 0.27 356.28 0.53 0.48
Hex BA 39 41 0 45 41 1B 164 35 30
Octal 272 71 101 0 105 101 33 544 65 60
Binary 10111010 111001 1000001 0 1000101 1000001 11011 101100100 110101 110000

Color Harmonies of #BA3941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3941

Black with #BA3941

Text Example


Text Example

White with #BA3941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3941; }

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

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

background-color css

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

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

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

border-color css

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

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

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