Html Css Color HEX #BA303D Brick Red

📋 copy color: '#BA303D'

red 186 ◦ green 48 ◦ blue 61

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

Shades of Brick Red #BA303D

Tints of Brick Red #BA303D

RGB

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

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

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

R = 63.05%
G = 16.27%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA303D (or 0xBA303D) is known color: Brick Red. HEX triplet: BA, 30 and 3D. RGB value is (186,48,61). Sum of RGB (Red+Green+Blue) = 186+48+61=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA303D is #45CFC2. Grayscale: #5A5A5A. Windows color (decimal): -4575171 or 4010170. OLE color: 4010170.

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

Color convert

RGB 186 48 61 -
CMYK 0 0.74 0.67 0.27
HSL 354.35º 0.59% 0.46% -
HSV(B) 354.35º 0.74% 0.73% -
XYZ 22.15 12.89 5.74 -
YUV 90.74 111.22 195.94 -
System Red Green Blue C M Y K H S L
Decimal 186 48 61 0 0.74 0.67 0.27 354.35 0.59 0.46
Hex BA 30 3D 0 4A 43 1B 162 3B 2E
Octal 272 60 75 0 112 103 33 542 73 56
Binary 10111010 110000 111101 0 1001010 1000011 11011 101100010 111011 101110

Color Harmonies of #BA303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA303D

Black with #BA303D

Text Example


Text Example

White with #BA303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA303D; }

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

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

background-color css

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

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

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

border-color css

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

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

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