Html Css Color HEX #BA2938 Cardinal

📋 copy color: '#BA2938'

red 186 ◦ green 41 ◦ blue 56

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

Shades of Cardinal #BA2938

Tints of Cardinal #BA2938

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.49%

 BLUE value IS 56 (22.27% from 255) = 19.79%

R = 65.72%
G = 14.49%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA2938 (or 0xBA2938) is known color: Cardinal. HEX triplet: BA, 29 and 38. RGB value is (186,41,56). Sum of RGB (Red+Green+Blue) = 186+41+56=283 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.72% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2938 is #45D6C7. Grayscale: #565656. Windows color (decimal): -4576968 or 3680698. OLE color: 3680698.

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

Color convert

RGB 186 41 56 -
CMYK 0 0.78 0.70 0.27
HSL 353.79º 0.64% 0.45% -
HSV(B) 353.79º 0.78% 0.73% -
XYZ 21.76 12.31 4.97 -
YUV 86.07 111.04 199.28 -
System Red Green Blue C M Y K H S L
Decimal 186 41 56 0 0.78 0.70 0.27 353.79 0.64 0.45
Hex BA 29 38 0 4E 46 1B 162 40 2D
Octal 272 51 70 0 116 106 33 542 100 55
Binary 10111010 101001 111000 0 1001110 1000110 11011 101100010 1000000 101101

Color Harmonies of #BA2938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2938

Black with #BA2938

Text Example


Text Example

White with #BA2938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2938; }

 p { color: rgb(186,41,56); }

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

background-color css

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

 a { background-color: rgb(186,41,56); }

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

border-color css

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

 span { border-color: rgb(186,41,56); }

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