Html Css Color HEX #BA2F42 Brick Red

📋 copy color: '#BA2F42'

red 186 ◦ green 47 ◦ blue 66

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

Shades of Brick Red #BA2F42

Tints of Brick Red #BA2F42

RGB

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

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

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

R = 62.21%
G = 15.72%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA2F42 (or 0xBA2F42) is known color: Brick Red. HEX triplet: BA, 2F and 42. RGB value is (186,47,66). Sum of RGB (Red+Green+Blue) = 186+47+66=299 (39% of max value = 765). Red value is 186 (73.05% from 255 or 62.21% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F42 is #45D0BD. Grayscale: #5A5A5A. Windows color (decimal): -4575422 or 4337594. OLE color: 4337594.

HSL color Cylindrical-coordinate representation of color #BA2F42: hue angle of 351.8º 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 #BA2F42 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 47 66 -
CMYK 0 0.75 0.65 0.27
HSL 351.8º 0.6% 0.46% -
HSV(B) 351.8º 0.75% 0.73% -
XYZ 22.25 12.87 6.46 -
YUV 90.73 114.05 195.96 -
System Red Green Blue C M Y K H S L
Decimal 186 47 66 0 0.75 0.65 0.27 351.8 0.6 0.46
Hex BA 2F 42 0 4B 41 1B 160 3C 2E
Octal 272 57 102 0 113 101 33 540 74 56
Binary 10111010 101111 1000010 0 1001011 1000001 11011 101100000 111100 101110

Color Harmonies of #BA2F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F42

Black with #BA2F42

Text Example


Text Example

White with #BA2F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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