Html Css Color HEX #BA3C41 Brick Red

📋 copy color: '#BA3C41'

red 186 ◦ green 60 ◦ blue 65

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

Shades of Brick Red #BA3C41

Tints of Brick Red #BA3C41

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.29%

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

R = 59.81%
G = 19.29%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA3C41 (or 0xBA3C41) is known color: Brick Red. HEX triplet: BA, 3C and 41. RGB value is (186,60,65). Sum of RGB (Red+Green+Blue) = 186+60+65=311 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.81% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3C41 is #45C3BE. Grayscale: #626262. Windows color (decimal): -4572095 or 4275386. OLE color: 4275386.

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

Color convert

RGB 186 60 65 -
CMYK 0 0.68 0.65 0.27
HSL 357.62º 0.51% 0.48% -
HSV(B) 357.62º 0.68% 0.73% -
XYZ 22.82 14.05 6.51 -
YUV 98.24 109.24 190.59 -
System Red Green Blue C M Y K H S L
Decimal 186 60 65 0 0.68 0.65 0.27 357.62 0.51 0.48
Hex BA 3C 41 0 44 41 1B 166 33 30
Octal 272 74 101 0 104 101 33 546 63 60
Binary 10111010 111100 1000001 0 1000100 1000001 11011 101100110 110011 110000

Color Harmonies of #BA3C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3C41

Black with #BA3C41

Text Example


Text Example

White with #BA3C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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