Html Css Color HEX #BA2F3F Brick Red

📋 copy color: '#BA2F3F'

red 186 ◦ green 47 ◦ blue 63

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

Shades of Brick Red #BA2F3F

Tints of Brick Red #BA2F3F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.88%

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

R = 62.84%
G = 15.88%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA2F3F (or 0xBA2F3F) is known color: Brick Red. HEX triplet: BA, 2F and 3F. RGB value is (186,47,63). Sum of RGB (Red+Green+Blue) = 186+47+63=296 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.84% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F3F is #45D0C0. Grayscale: #5A5A5A. Windows color (decimal): -4575425 or 4140986. OLE color: 4140986.

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

Color convert

RGB 186 47 63 -
CMYK 0 0.75 0.66 0.27
HSL 353.09º 0.6% 0.46% -
HSV(B) 353.09º 0.75% 0.73% -
XYZ 22.16 12.83 6.01 -
YUV 90.39 112.55 196.2 -
System Red Green Blue C M Y K H S L
Decimal 186 47 63 0 0.75 0.66 0.27 353.09 0.6 0.46
Hex BA 2F 3F 0 4B 42 1B 161 3C 2E
Octal 272 57 77 0 113 102 33 541 74 56
Binary 10111010 101111 111111 0 1001011 1000010 11011 101100001 111100 101110

Color Harmonies of #BA2F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F3F

Black with #BA2F3F

Text Example


Text Example

White with #BA2F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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