Html Css Color HEX #BA303B Brick Red

📋 copy color: '#BA303B'

red 186 ◦ green 48 ◦ blue 59

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

Shades of Brick Red #BA303B

Tints of Brick Red #BA303B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.14%

R = 63.48%
G = 16.38%
B = 20.14%

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

#BA303B (or 0xBA303B) is known color: Brick Red. HEX triplet: BA, 30 and 3B. RGB value is (186,48,59). Sum of RGB (Red+Green+Blue) = 186+48+59=293 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.48% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 59 (23.44% from 255 or 20.14% from 293); Max value from RGB is 186 - color contains mainly: red. Hex color #BA303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA303B is #45CFC4. Grayscale: #5A5A5A. Windows color (decimal): -4575173 or 3879098. OLE color: 3879098.

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

Color convert

RGB 186 48 59 -
CMYK 0 0.74 0.68 0.27
HSL 355.22º 0.59% 0.46% -
HSV(B) 355.22º 0.74% 0.73% -
XYZ 22.1 12.87 5.46 -
YUV 90.52 110.22 196.11 -
System Red Green Blue C M Y K H S L
Decimal 186 48 59 0 0.74 0.68 0.27 355.22 0.59 0.46
Hex BA 30 3B 0 4A 44 1B 163 3B 2E
Octal 272 60 73 0 112 104 33 543 73 56
Binary 10111010 110000 111011 0 1001010 1000100 11011 101100011 111011 101110

Color Harmonies of #BA303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA303B

Black with #BA303B

Text Example


Text Example

White with #BA303B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA303B; }

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

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

background-color css

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

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

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

border-color css

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

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

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