Html Css Color HEX #BA2631 Cardinal

📋 copy color: '#BA2631'

red 186 ◦ green 38 ◦ blue 49

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

Shades of Cardinal #BA2631

Tints of Cardinal #BA2631

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.92%

 BLUE value IS 49 (19.53% from 255) = 17.95%

R = 68.13%
G = 13.92%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA2631 (or 0xBA2631) is known color: Cardinal. HEX triplet: BA, 26 and 31. RGB value is (186,38,49). Sum of RGB (Red+Green+Blue) = 186+38+49=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2631 is #45D9CE. Grayscale: #535353. Windows color (decimal): -4577743 or 3221178. OLE color: 3221178.

HSL color Cylindrical-coordinate representation of color #BA2631: hue angle of 355.54º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2631 is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 38 49 -
CMYK 0 0.80 0.74 0.27
HSL 355.54º 0.66% 0.44% -
HSV(B) 355.54º 0.8% 0.73% -
XYZ 21.5 12.05 4.1 -
YUV 83.51 108.53 201.11 -
System Red Green Blue C M Y K H S L
Decimal 186 38 49 0 0.80 0.74 0.27 355.54 0.66 0.44
Hex BA 26 31 0 50 4A 1B 164 42 2C
Octal 272 46 61 0 120 112 33 544 102 54
Binary 10111010 100110 110001 0 1010000 1001010 11011 101100100 1000010 101100

Color Harmonies of #BA2631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2631

Black with #BA2631

Text Example


Text Example

White with #BA2631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2631; }

 p { color: rgb(186,38,49); }

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

background-color css

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

 a { background-color: rgb(186,38,49); }

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

border-color css

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

 span { border-color: rgb(186,38,49); }

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