Html Css Color HEX #BA4044 Brick Red

📋 copy color: '#BA4044'

red 186 ◦ green 64 ◦ blue 68

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

Shades of Brick Red #BA4044

Tints of Brick Red #BA4044

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.13%

 BLUE value IS 68 (26.95% from 255) = 21.38%

R = 58.49%
G = 20.13%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA4044 (or 0xBA4044) is known color: Brick Red. HEX triplet: BA, 40 and 44. RGB value is (186,64,68). Sum of RGB (Red+Green+Blue) = 186+64+68=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 68 (26.95% from 255 or 21.38% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4044 is #45BFBB. Grayscale: #656565. Windows color (decimal): -4571068 or 4473018. OLE color: 4473018.

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

Color convert

RGB 186 64 68 -
CMYK 0 0.66 0.63 0.27
HSL 358.03º 0.49% 0.49% -
HSV(B) 358.03º 0.66% 0.73% -
XYZ 23.13 14.52 7.05 -
YUV 100.93 109.42 188.67 -
System Red Green Blue C M Y K H S L
Decimal 186 64 68 0 0.66 0.63 0.27 358.03 0.49 0.49
Hex BA 40 44 0 42 3F 1B 166 31 31
Octal 272 100 104 0 102 77 33 546 61 61
Binary 10111010 1000000 1000100 0 1000010 111111 11011 101100110 110001 110001

Color Harmonies of #BA4044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4044

Black with #BA4044

Text Example


Text Example

White with #BA4044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4044; }

 p { color: rgb(186,64,68); }

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

background-color css

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

 a { background-color: rgb(186,64,68); }

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

border-color css

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

 span { border-color: rgb(186,64,68); }

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