Html Css Color HEX #BA353F Brick Red

📋 copy color: '#BA353F'

red 186 ◦ green 53 ◦ blue 63

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

Shades of Brick Red #BA353F

Tints of Brick Red #BA353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.55%

 BLUE value IS 63 (25% from 255) = 20.86%

R = 61.59%
G = 17.55%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA353F (or 0xBA353F) is known color: Brick Red. HEX triplet: BA, 35 and 3F. RGB value is (186,53,63). Sum of RGB (Red+Green+Blue) = 186+53+63=302 (40% of max value = 765). Red value is 186 (73.05% from 255 or 61.59% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 186 - color contains mainly: red. Hex color #BA353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA353F is #45CAC0. Grayscale: #5E5E5E. Windows color (decimal): -4573889 or 4142522. OLE color: 4142522.

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

Color convert

RGB 186 53 63 -
CMYK 0 0.72 0.66 0.27
HSL 355.49º 0.56% 0.47% -
HSV(B) 355.49º 0.72% 0.73% -
XYZ 22.42 13.34 6.1 -
YUV 93.91 110.56 193.69 -
System Red Green Blue C M Y K H S L
Decimal 186 53 63 0 0.72 0.66 0.27 355.49 0.56 0.47
Hex BA 35 3F 0 48 42 1B 163 38 2F
Octal 272 65 77 0 110 102 33 543 70 57
Binary 10111010 110101 111111 0 1001000 1000010 11011 101100011 111000 101111

Color Harmonies of #BA353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA353F

Black with #BA353F

Text Example


Text Example

White with #BA353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA353F; }

 p { color: rgb(186,53,63); }

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

background-color css

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

 a { background-color: rgb(186,53,63); }

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

border-color css

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

 span { border-color: rgb(186,53,63); }

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