Html Css Color HEX #BA4145 Brick Red

📋 copy color: '#BA4145'

red 186 ◦ green 65 ◦ blue 69

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

Shades of Brick Red #BA4145

Tints of Brick Red #BA4145

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.31%

 BLUE value IS 69 (27.34% from 255) = 21.56%

R = 58.13%
G = 20.31%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA4145 (or 0xBA4145) is known color: Brick Red. HEX triplet: BA, 41 and 45. RGB value is (186,65,69). Sum of RGB (Red+Green+Blue) = 186+65+69=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4145 is #45BEBA. Grayscale: #656565. Windows color (decimal): -4570811 or 4538810. OLE color: 4538810.

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

Color convert

RGB 186 65 69 -
CMYK 0 0.65 0.63 0.27
HSL 358.02º 0.48% 0.49% -
HSV(B) 358.02º 0.65% 0.73% -
XYZ 23.21 14.65 7.23 -
YUV 101.64 109.59 188.17 -
System Red Green Blue C M Y K H S L
Decimal 186 65 69 0 0.65 0.63 0.27 358.02 0.48 0.49
Hex BA 41 45 0 41 3F 1B 166 30 31
Octal 272 101 105 0 101 77 33 546 60 61
Binary 10111010 1000001 1000101 0 1000001 111111 11011 101100110 110000 110001

Color Harmonies of #BA4145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4145

Black with #BA4145

Text Example


Text Example

White with #BA4145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4145; }

 p { color: rgb(186,65,69); }

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

background-color css

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

 a { background-color: rgb(186,65,69); }

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

border-color css

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

 span { border-color: rgb(186,65,69); }

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