Html Css Color HEX #BA283F Brick Red

📋 copy color: '#BA283F'

red 186 ◦ green 40 ◦ blue 63

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

Shades of Brick Red #BA283F

Tints of Brick Red #BA283F

RGB

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

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

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

R = 64.36%
G = 13.84%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA283F (or 0xBA283F) is known color: Brick Red. HEX triplet: BA, 28 and 3F. RGB value is (186,40,63). Sum of RGB (Red+Green+Blue) = 186+40+63=289 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.36% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 186 - color contains mainly: red. Hex color #BA283F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA283F is #45D7C0. Grayscale: #565656. Windows color (decimal): -4577217 or 4139194. OLE color: 4139194.

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

Color convert

RGB 186 40 63 -
CMYK 0 0.78 0.66 0.27
HSL 350.55º 0.65% 0.44% -
HSV(B) 350.55º 0.78% 0.73% -
XYZ 21.91 12.32 5.93 -
YUV 86.28 114.87 199.13 -
System Red Green Blue C M Y K H S L
Decimal 186 40 63 0 0.78 0.66 0.27 350.55 0.65 0.44
Hex BA 28 3F 0 4E 42 1B 15F 41 2C
Octal 272 50 77 0 116 102 33 537 101 54
Binary 10111010 101000 111111 0 1001110 1000010 11011 101011111 1000001 101100

Color Harmonies of #BA283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA283F

Black with #BA283F

Text Example


Text Example

White with #BA283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA283F; }

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

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

background-color css

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

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

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

border-color css

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

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

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