Html Css Color HEX #BA323E Brick Red

📋 copy color: '#BA323E'

red 186 ◦ green 50 ◦ blue 62

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

Shades of Brick Red #BA323E

Tints of Brick Red #BA323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.78%

 BLUE value IS 62 (24.61% from 255) = 20.81%

R = 62.42%
G = 16.78%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA323E (or 0xBA323E) is known color: Brick Red. HEX triplet: BA, 32 and 3E. RGB value is (186,50,62). Sum of RGB (Red+Green+Blue) = 186+50+62=298 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.42% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 186 - color contains mainly: red. Hex color #BA323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA323E is #45CDC1. Grayscale: #5C5C5C. Windows color (decimal): -4574658 or 4076218. OLE color: 4076218.

HSL color Cylindrical-coordinate representation of color #BA323E: hue angle of 354.71º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA323E is Cyan = 0, Magento = 0.73, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 50 62 -
CMYK 0 0.73 0.67 0.27
HSL 354.71º 0.58% 0.46% -
HSV(B) 354.71º 0.73% 0.73% -
XYZ 22.26 13.07 5.91 -
YUV 92.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 186 50 62 0 0.73 0.67 0.27 354.71 0.58 0.46
Hex BA 32 3E 0 49 43 1B 163 3A 2E
Octal 272 62 76 0 111 103 33 543 72 56
Binary 10111010 110010 111110 0 1001001 1000011 11011 101100011 111010 101110

Color Harmonies of #BA323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA323E

Black with #BA323E

Text Example


Text Example

White with #BA323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA323E; }

 p { color: rgb(186,50,62); }

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

background-color css

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

 a { background-color: rgb(186,50,62); }

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

border-color css

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

 span { border-color: rgb(186,50,62); }

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