Html Css Color HEX #BA273F Brick Red

📋 copy color: '#BA273F'

red 186 ◦ green 39 ◦ blue 63

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

Shades of Brick Red #BA273F

Tints of Brick Red #BA273F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.54%

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

R = 64.58%
G = 13.54%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA273F (or 0xBA273F) is known color: Brick Red. HEX triplet: BA, 27 and 3F. RGB value is (186,39,63). Sum of RGB (Red+Green+Blue) = 186+39+63=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA273F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA273F is #45D8C0. Grayscale: #555555. Windows color (decimal): -4577473 or 4138938. OLE color: 4138938.

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

Color convert

RGB 186 39 63 -
CMYK 0 0.79 0.66 0.27
HSL 350.2º 0.65% 0.44% -
HSV(B) 350.2º 0.79% 0.73% -
XYZ 21.87 12.25 5.91 -
YUV 85.69 115.2 199.55 -
System Red Green Blue C M Y K H S L
Decimal 186 39 63 0 0.79 0.66 0.27 350.2 0.65 0.44
Hex BA 27 3F 0 4F 42 1B 15E 41 2C
Octal 272 47 77 0 117 102 33 536 101 54
Binary 10111010 100111 111111 0 1001111 1000010 11011 101011110 1000001 101100

Color Harmonies of #BA273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA273F

Black with #BA273F

Text Example


Text Example

White with #BA273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA273F; }

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

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

background-color css

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

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

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

border-color css

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

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

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