Html Css Color HEX #BA4043 Brick Red

📋 copy color: '#BA4043'

red 186 ◦ green 64 ◦ blue 67

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

Shades of Brick Red #BA4043

Tints of Brick Red #BA4043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.14%

R = 58.68%
G = 20.19%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA4043 (or 0xBA4043) is known color: Brick Red. HEX triplet: BA, 40 and 43. RGB value is (186,64,67). Sum of RGB (Red+Green+Blue) = 186+64+67=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4043 is #45BFBC. Grayscale: #646464. Windows color (decimal): -4571069 or 4407482. OLE color: 4407482.

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

Color convert

RGB 186 64 67 -
CMYK 0 0.66 0.64 0.27
HSL 358.52º 0.49% 0.49% -
HSV(B) 358.52º 0.66% 0.73% -
XYZ 23.1 14.51 6.89 -
YUV 100.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 186 64 67 0 0.66 0.64 0.27 358.52 0.49 0.49
Hex BA 40 43 0 42 40 1B 167 31 31
Octal 272 100 103 0 102 100 33 547 61 61
Binary 10111010 1000000 1000011 0 1000010 1000000 11011 101100111 110001 110001

Color Harmonies of #BA4043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4043

Black with #BA4043

Text Example


Text Example

White with #BA4043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4043; }

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

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

background-color css

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

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

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

border-color css

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

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

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