Html Css Color HEX #BA3039 Brick Red

📋 copy color: '#BA3039'

red 186 ◦ green 48 ◦ blue 57

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

Shades of Brick Red #BA3039

Tints of Brick Red #BA3039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.59%

R = 63.92%
G = 16.49%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA3039 (or 0xBA3039) is known color: Brick Red. HEX triplet: BA, 30 and 39. RGB value is (186,48,57). Sum of RGB (Red+Green+Blue) = 186+48+57=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3039 is #45CFC6. Grayscale: #5A5A5A. Windows color (decimal): -4575175 or 3748026. OLE color: 3748026.

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

Color convert

RGB 186 48 57 -
CMYK 0 0.74 0.69 0.27
HSL 356.09º 0.59% 0.46% -
HSV(B) 356.09º 0.74% 0.73% -
XYZ 22.05 12.85 5.19 -
YUV 90.29 109.22 196.27 -
System Red Green Blue C M Y K H S L
Decimal 186 48 57 0 0.74 0.69 0.27 356.09 0.59 0.46
Hex BA 30 39 0 4A 45 1B 164 3B 2E
Octal 272 60 71 0 112 105 33 544 73 56
Binary 10111010 110000 111001 0 1001010 1000101 11011 101100100 111011 101110

Color Harmonies of #BA3039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3039

Black with #BA3039

Text Example


Text Example

White with #BA3039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3039; }

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

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

background-color css

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

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

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

border-color css

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

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

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