Html Css Color HEX #BA2F3A Brick Red

📋 copy color: '#BA2F3A'

red 186 ◦ green 47 ◦ blue 58

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

Shades of Brick Red #BA2F3A

Tints of Brick Red #BA2F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.93%

R = 63.92%
G = 16.15%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA2F3A (or 0xBA2F3A) is known color: Brick Red. HEX triplet: BA, 2F and 3A. RGB value is (186,47,58). Sum of RGB (Red+Green+Blue) = 186+47+58=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2F3A is #45D0C5. Grayscale: #595959. Windows color (decimal): -4575430 or 3813306. OLE color: 3813306.

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

Color convert

RGB 186 47 58 -
CMYK 0 0.75 0.69 0.27
HSL 355.25º 0.6% 0.46% -
HSV(B) 355.25º 0.75% 0.73% -
XYZ 22.03 12.78 5.31 -
YUV 89.82 110.05 196.61 -
System Red Green Blue C M Y K H S L
Decimal 186 47 58 0 0.75 0.69 0.27 355.25 0.6 0.46
Hex BA 2F 3A 0 4B 45 1B 163 3C 2E
Octal 272 57 72 0 113 105 33 543 74 56
Binary 10111010 101111 111010 0 1001011 1000101 11011 101100011 111100 101110

Color Harmonies of #BA2F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2F3A

Black with #BA2F3A

Text Example


Text Example

White with #BA2F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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