Html Css Color HEX #BA283E Brick Red

📋 copy color: '#BA283E'

red 186 ◦ green 40 ◦ blue 62

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

Shades of Brick Red #BA283E

Tints of Brick Red #BA283E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.89%

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

R = 64.58%
G = 13.89%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA283E (or 0xBA283E) is known color: Brick Red. HEX triplet: BA, 28 and 3E. RGB value is (186,40,62). Sum of RGB (Red+Green+Blue) = 186+40+62=288 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.58% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 186 - color contains mainly: red. Hex color #BA283E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA283E is #45D7C1. Grayscale: #565656. Windows color (decimal): -4577218 or 4073658. OLE color: 4073658.

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

Color convert

RGB 186 40 62 -
CMYK 0 0.78 0.67 0.27
HSL 350.96º 0.65% 0.44% -
HSV(B) 350.96º 0.78% 0.73% -
XYZ 21.88 12.3 5.78 -
YUV 86.16 114.37 199.21 -
System Red Green Blue C M Y K H S L
Decimal 186 40 62 0 0.78 0.67 0.27 350.96 0.65 0.44
Hex BA 28 3E 0 4E 43 1B 15F 41 2C
Octal 272 50 76 0 116 103 33 537 101 54
Binary 10111010 101000 111110 0 1001110 1000011 11011 101011111 1000001 101100

Color Harmonies of #BA283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA283E

Black with #BA283E

Text Example


Text Example

White with #BA283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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