Html Css Color HEX #BA2D3D Brick Red

📋 copy color: '#BA2D3D'

red 186 ◦ green 45 ◦ blue 61

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

Shades of Brick Red #BA2D3D

Tints of Brick Red #BA2D3D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.41%

 BLUE value IS 61 (24.22% from 255) = 20.89%

R = 63.7%
G = 15.41%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA2D3D (or 0xBA2D3D) is known color: Brick Red. HEX triplet: BA, 2D and 3D. RGB value is (186,45,61). Sum of RGB (Red+Green+Blue) = 186+45+61=292 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.70% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2D3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2D3D is #45D2C2. Grayscale: #595959. Windows color (decimal): -4575939 or 4009402. OLE color: 4009402.

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

Color convert

RGB 186 45 61 -
CMYK 0 0.76 0.67 0.27
HSL 353.19º 0.61% 0.45% -
HSV(B) 353.19º 0.76% 0.73% -
XYZ 22.03 12.65 5.7 -
YUV 88.98 112.21 197.2 -
System Red Green Blue C M Y K H S L
Decimal 186 45 61 0 0.76 0.67 0.27 353.19 0.61 0.45
Hex BA 2D 3D 0 4C 43 1B 161 3D 2D
Octal 272 55 75 0 114 103 33 541 75 55
Binary 10111010 101101 111101 0 1001100 1000011 11011 101100001 111101 101101

Color Harmonies of #BA2D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2D3D

Black with #BA2D3D

Text Example


Text Example

White with #BA2D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2D3D; }

 p { color: rgb(186,45,61); }

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

background-color css

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

 a { background-color: rgb(186,45,61); }

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

border-color css

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

 span { border-color: rgb(186,45,61); }

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