Html Css Color HEX #BA4346 Brick Red

📋 copy color: '#BA4346'

red 186 ◦ green 67 ◦ blue 70

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

Shades of Brick Red #BA4346

Tints of Brick Red #BA4346

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.74%

 BLUE value IS 70 (27.73% from 255) = 21.67%

R = 57.59%
G = 20.74%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA4346 (or 0xBA4346) is known color: Brick Red. HEX triplet: BA, 43 and 46. RGB value is (186,67,70). Sum of RGB (Red+Green+Blue) = 186+67+70=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4346 is #45BCB9. Grayscale: #676767. Windows color (decimal): -4570298 or 4604858. OLE color: 4604858.

HSL color Cylindrical-coordinate representation of color #BA4346: hue angle of 358.49º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4346 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 67 70 -
CMYK 0 0.64 0.62 0.27
HSL 358.49º 0.47% 0.5% -
HSV(B) 358.49º 0.64% 0.73% -
XYZ 23.36 14.9 7.44 -
YUV 102.92 109.42 187.26 -
System Red Green Blue C M Y K H S L
Decimal 186 67 70 0 0.64 0.62 0.27 358.49 0.47 0.5
Hex BA 43 46 0 40 3E 1B 166 2F 32
Octal 272 103 106 0 100 76 33 546 57 62
Binary 10111010 1000011 1000110 0 1000000 111110 11011 101100110 101111 110010

Color Harmonies of #BA4346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4346

Black with #BA4346

Text Example


Text Example

White with #BA4346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4346; }

 p { color: rgb(186,67,70); }

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

background-color css

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

 a { background-color: rgb(186,67,70); }

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

border-color css

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

 span { border-color: rgb(186,67,70); }

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