Html Css Color HEX #BA373D Brick Red

📋 copy color: '#BA373D'

red 186 ◦ green 55 ◦ blue 61

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

Shades of Brick Red #BA373D

Tints of Brick Red #BA373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.21%

 BLUE value IS 61 (24.22% from 255) = 20.2%

R = 61.59%
G = 18.21%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA373D (or 0xBA373D) is known color: Brick Red. HEX triplet: BA, 37 and 3D. RGB value is (186,55,61). Sum of RGB (Red+Green+Blue) = 186+55+61=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA373D is #45C8C2. Grayscale: #5E5E5E. Windows color (decimal): -4573379 or 4011962. OLE color: 4011962.

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

Color convert

RGB 186 55 61 -
CMYK 0 0.70 0.67 0.27
HSL 357.25º 0.54% 0.47% -
HSV(B) 357.25º 0.7% 0.73% -
XYZ 22.46 13.51 5.84 -
YUV 94.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 186 55 61 0 0.70 0.67 0.27 357.25 0.54 0.47
Hex BA 37 3D 0 46 43 1B 165 36 2F
Octal 272 67 75 0 106 103 33 545 66 57
Binary 10111010 110111 111101 0 1000110 1000011 11011 101100101 110110 101111

Color Harmonies of #BA373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA373D

Black with #BA373D

Text Example


Text Example

White with #BA373D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA373D; }

 p { color: rgb(186,55,61); }

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

background-color css

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

 a { background-color: rgb(186,55,61); }

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

border-color css

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

 span { border-color: rgb(186,55,61); }

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