Html Css Color HEX #BA2937 Cardinal

📋 copy color: '#BA2937'

red 186 ◦ green 41 ◦ blue 55

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

Shades of Cardinal #BA2937

Tints of Cardinal #BA2937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.5%

R = 65.96%
G = 14.54%
B = 19.5%

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

#BA2937 (or 0xBA2937) is known color: Cardinal. HEX triplet: BA, 29 and 37. RGB value is (186,41,55). Sum of RGB (Red+Green+Blue) = 186+41+55=282 (37% of max value = 765). Red value is 186 (73.05% from 255 or 65.96% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2937 is #45D6C8. Grayscale: #565656. Windows color (decimal): -4576969 or 3615162. OLE color: 3615162.

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

Color convert

RGB 186 41 55 -
CMYK 0 0.78 0.70 0.27
HSL 354.21º 0.64% 0.45% -
HSV(B) 354.21º 0.78% 0.73% -
XYZ 21.73 12.3 4.84 -
YUV 85.95 110.54 199.36 -
System Red Green Blue C M Y K H S L
Decimal 186 41 55 0 0.78 0.70 0.27 354.21 0.64 0.45
Hex BA 29 37 0 4E 46 1B 162 40 2D
Octal 272 51 67 0 116 106 33 542 100 55
Binary 10111010 101001 110111 0 1001110 1000110 11011 101100010 1000000 101101

Color Harmonies of #BA2937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2937

Black with #BA2937

Text Example


Text Example

White with #BA2937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2937; }

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

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

background-color css

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

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

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

border-color css

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

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

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