Html Css Color HEX #BA283D Brick Red

📋 copy color: '#BA283D'

red 186 ◦ green 40 ◦ blue 61

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

Shades of Brick Red #BA283D

Tints of Brick Red #BA283D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 64.81%
G = 13.94%
B = 21.25%

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

#BA283D (or 0xBA283D) is known color: Brick Red. HEX triplet: BA, 28 and 3D. RGB value is (186,40,61). Sum of RGB (Red+Green+Blue) = 186+40+61=287 (38% of max value = 765). Red value is 186 (73.05% from 255 or 64.81% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 186 - color contains mainly: red. Hex color #BA283D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA283D is #45D7C2. Grayscale: #565656. Windows color (decimal): -4577219 or 4008122. OLE color: 4008122.

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

Color convert

RGB 186 40 61 -
CMYK 0 0.78 0.67 0.27
HSL 351.37º 0.65% 0.44% -
HSV(B) 351.37º 0.78% 0.73% -
XYZ 21.85 12.29 5.64 -
YUV 86.05 113.87 199.29 -
System Red Green Blue C M Y K H S L
Decimal 186 40 61 0 0.78 0.67 0.27 351.37 0.65 0.44
Hex BA 28 3D 0 4E 43 1B 15F 41 2C
Octal 272 50 75 0 116 103 33 537 101 54
Binary 10111010 101000 111101 0 1001110 1000011 11011 101011111 1000001 101100

Color Harmonies of #BA283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA283D

Black with #BA283D

Text Example


Text Example

White with #BA283D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA283D; }

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

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

background-color css

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

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

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

border-color css

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

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

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