Html Css Color HEX #BA3E42 Brick Red

📋 copy color: '#BA3E42'

red 186 ◦ green 62 ◦ blue 66

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

Shades of Brick Red #BA3E42

Tints of Brick Red #BA3E42

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.75%

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

R = 59.24%
G = 19.75%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA3E42 (or 0xBA3E42) is known color: Brick Red. HEX triplet: BA, 3E and 42. RGB value is (186,62,66). Sum of RGB (Red+Green+Blue) = 186+62+66=314 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.24% from 314); Green value is 62 (24.61% from 255 or 19.75% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3E42 is #45C1BD. Grayscale: #636363. Windows color (decimal): -4571582 or 4341434. OLE color: 4341434.

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

Color convert

RGB 186 62 66 -
CMYK 0 0.67 0.65 0.27
HSL 358.06º 0.5% 0.49% -
HSV(B) 358.06º 0.67% 0.73% -
XYZ 22.96 14.28 6.7 -
YUV 99.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 186 62 66 0 0.67 0.65 0.27 358.06 0.5 0.49
Hex BA 3E 42 0 43 41 1B 166 32 31
Octal 272 76 102 0 103 101 33 546 62 61
Binary 10111010 111110 1000010 0 1000011 1000001 11011 101100110 110010 110001

Color Harmonies of #BA3E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E42

Black with #BA3E42

Text Example


Text Example

White with #BA3E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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