Html Css Color HEX #BA323F Brick Red

📋 copy color: '#BA323F'

red 186 ◦ green 50 ◦ blue 63

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

Shades of Brick Red #BA323F

Tints of Brick Red #BA323F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.07%

R = 62.21%
G = 16.72%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA323F (or 0xBA323F) is known color: Brick Red. HEX triplet: BA, 32 and 3F. RGB value is (186,50,63). Sum of RGB (Red+Green+Blue) = 186+50+63=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA323F is #45CDC0. Grayscale: #5C5C5C. Windows color (decimal): -4574657 or 4141754. OLE color: 4141754.

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

Color convert

RGB 186 50 63 -
CMYK 0 0.73 0.66 0.27
HSL 354.26º 0.58% 0.46% -
HSV(B) 354.26º 0.73% 0.73% -
XYZ 22.29 13.08 6.05 -
YUV 92.15 111.56 194.94 -
System Red Green Blue C M Y K H S L
Decimal 186 50 63 0 0.73 0.66 0.27 354.26 0.58 0.46
Hex BA 32 3F 0 49 42 1B 162 3A 2E
Octal 272 62 77 0 111 102 33 542 72 56
Binary 10111010 110010 111111 0 1001001 1000010 11011 101100010 111010 101110

Color Harmonies of #BA323F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA323F

Black with #BA323F

Text Example


Text Example

White with #BA323F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA323F; }

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

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

background-color css

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

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

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

border-color css

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

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

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