Html Css Color HEX #BA3042 Brick Red

📋 copy color: '#BA3042'

red 186 ◦ green 48 ◦ blue 66

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

Shades of Brick Red #BA3042

Tints of Brick Red #BA3042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22%

R = 62%
G = 16%
B = 22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA3042 (or 0xBA3042) is known color: Brick Red. HEX triplet: BA, 30 and 42. RGB value is (186,48,66). Sum of RGB (Red+Green+Blue) = 186+48+66=300 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3042 is #45CFBD. Grayscale: #5B5B5B. Windows color (decimal): -4575166 or 4337850. OLE color: 4337850.

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

Color convert

RGB 186 48 66 -
CMYK 0 0.74 0.65 0.27
HSL 352.17º 0.59% 0.46% -
HSV(B) 352.17º 0.74% 0.73% -
XYZ 22.29 12.95 6.48 -
YUV 91.31 113.72 195.54 -
System Red Green Blue C M Y K H S L
Decimal 186 48 66 0 0.74 0.65 0.27 352.17 0.59 0.46
Hex BA 30 42 0 4A 41 1B 160 3B 2E
Octal 272 60 102 0 112 101 33 540 73 56
Binary 10111010 110000 1000010 0 1001010 1000001 11011 101100000 111011 101110

Color Harmonies of #BA3042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3042

Black with #BA3042

Text Example


Text Example

White with #BA3042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3042; }

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

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

background-color css

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

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

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

border-color css

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

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

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