Html Css Color HEX #BA3842 Brick Red

📋 copy color: '#BA3842'

red 186 ◦ green 56 ◦ blue 66

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

Shades of Brick Red #BA3842

Tints of Brick Red #BA3842

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.18%

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

R = 60.39%
G = 18.18%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA3842 (or 0xBA3842) is known color: Brick Red. HEX triplet: BA, 38 and 42. RGB value is (186,56,66). Sum of RGB (Red+Green+Blue) = 186+56+66=308 (40% of max value = 765). Red value is 186 (73.05% from 255 or 60.39% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 66 (26.17% from 255 or 21.43% from 308); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3842 is #45C7BD. Grayscale: #606060. Windows color (decimal): -4573118 or 4339898. OLE color: 4339898.

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

Color convert

RGB 186 56 66 -
CMYK 0 0.70 0.65 0.27
HSL 355.38º 0.54% 0.47% -
HSV(B) 355.38º 0.7% 0.73% -
XYZ 22.65 13.66 6.6 -
YUV 96.01 111.07 192.19 -
System Red Green Blue C M Y K H S L
Decimal 186 56 66 0 0.70 0.65 0.27 355.38 0.54 0.47
Hex BA 38 42 0 46 41 1B 163 36 2F
Octal 272 70 102 0 106 101 33 543 66 57
Binary 10111010 111000 1000010 0 1000110 1000001 11011 101100011 110110 101111

Color Harmonies of #BA3842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3842

Black with #BA3842

Text Example


Text Example

White with #BA3842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3842; }

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

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

background-color css

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

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

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

border-color css

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

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

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