Html Css Color HEX #BA303C Brick Red

📋 copy color: '#BA303C'

red 186 ◦ green 48 ◦ blue 60

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

Shades of Brick Red #BA303C

Tints of Brick Red #BA303C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.33%

 BLUE value IS 60 (23.83% from 255) = 20.41%

R = 63.27%
G = 16.33%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA303C (or 0xBA303C) is known color: Brick Red. HEX triplet: BA, 30 and 3C. RGB value is (186,48,60). Sum of RGB (Red+Green+Blue) = 186+48+60=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA303C is #45CFC3. Grayscale: #5A5A5A. Windows color (decimal): -4575172 or 3944634. OLE color: 3944634.

HSL color Cylindrical-coordinate representation of color #BA303C: hue angle of 354.78º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA303C is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 48 60 -
CMYK 0 0.74 0.68 0.27
HSL 354.78º 0.59% 0.46% -
HSV(B) 354.78º 0.74% 0.73% -
XYZ 22.12 12.88 5.59 -
YUV 90.63 110.72 196.02 -
System Red Green Blue C M Y K H S L
Decimal 186 48 60 0 0.74 0.68 0.27 354.78 0.59 0.46
Hex BA 30 3C 0 4A 44 1B 163 3B 2E
Octal 272 60 74 0 112 104 33 543 73 56
Binary 10111010 110000 111100 0 1001010 1000100 11011 101100011 111011 101110

Color Harmonies of #BA303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA303C

Black with #BA303C

Text Example


Text Example

White with #BA303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA303C; }

 p { color: rgb(186,48,60); }

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

background-color css

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

 a { background-color: rgb(186,48,60); }

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

border-color css

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

 span { border-color: rgb(186,48,60); }

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