Html Css Color HEX #BA1A3D Cardinal

📋 copy color: '#BA1A3D'

red 186 ◦ green 26 ◦ blue 61

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

Shades of Cardinal #BA1A3D

Tints of Cardinal #BA1A3D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.52%

 BLUE value IS 61 (24.22% from 255) = 22.34%

R = 68.13%
G = 9.52%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA1A3D (or 0xBA1A3D) is known color: Cardinal. HEX triplet: BA, 1A and 3D. RGB value is (186,26,61). Sum of RGB (Red+Green+Blue) = 186+26+61=273 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.13% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1A3D is #45E5C2. Grayscale: #4D4D4D. Windows color (decimal): -4580803 or 4004538. OLE color: 4004538.

HSL color Cylindrical-coordinate representation of color #BA1A3D: hue angle of 346.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1A3D is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 26 61 -
CMYK 0 0.86 0.67 0.27
HSL 346.88º 0.75% 0.42% -
HSV(B) 346.88º 0.86% 0.73% -
XYZ 21.46 11.51 5.51 -
YUV 77.83 118.51 205.15 -
System Red Green Blue C M Y K H S L
Decimal 186 26 61 0 0.86 0.67 0.27 346.88 0.75 0.42
Hex BA 1A 3D 0 56 43 1B 15B 4B 2A
Octal 272 32 75 0 126 103 33 533 113 52
Binary 10111010 11010 111101 0 1010110 1000011 11011 101011011 1001011 101010

Color Harmonies of #BA1A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A3D

Black with #BA1A3D

Text Example


Text Example

White with #BA1A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A3D; }

 p { color: rgb(186,26,61); }

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

background-color css

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

 a { background-color: rgb(186,26,61); }

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

border-color css

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

 span { border-color: rgb(186,26,61); }

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