Html Css Color HEX #BA3342 Brick Red

📋 copy color: '#BA3342'

red 186 ◦ green 51 ◦ blue 66

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

Shades of Brick Red #BA3342

Tints of Brick Red #BA3342

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.83%

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

R = 61.39%
G = 16.83%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA3342 (or 0xBA3342) is known color: Brick Red. HEX triplet: BA, 33 and 42. RGB value is (186,51,66). Sum of RGB (Red+Green+Blue) = 186+51+66=303 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.39% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3342 is #45CCBD. Grayscale: #5D5D5D. Windows color (decimal): -4574398 or 4338618. OLE color: 4338618.

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

Color convert

RGB 186 51 66 -
CMYK 0 0.73 0.65 0.27
HSL 353.33º 0.57% 0.46% -
HSV(B) 353.33º 0.73% 0.73% -
XYZ 22.42 13.2 6.52 -
YUV 93.08 112.73 194.28 -
System Red Green Blue C M Y K H S L
Decimal 186 51 66 0 0.73 0.65 0.27 353.33 0.57 0.46
Hex BA 33 42 0 49 41 1B 161 39 2E
Octal 272 63 102 0 111 101 33 541 71 56
Binary 10111010 110011 1000010 0 1001001 1000001 11011 101100001 111001 101110

Color Harmonies of #BA3342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3342

Black with #BA3342

Text Example


Text Example

White with #BA3342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3342; }

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

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

background-color css

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

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

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

border-color css

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

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

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