Html Css Color HEX #BA1A3E Cardinal

📋 copy color: '#BA1A3E'

red 186 ◦ green 26 ◦ blue 62

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

Shades of Cardinal #BA1A3E

Tints of Cardinal #BA1A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.63%

R = 67.88%
G = 9.49%
B = 22.63%

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

#BA1A3E (or 0xBA1A3E) is known color: Cardinal. HEX triplet: BA, 1A and 3E. RGB value is (186,26,62). Sum of RGB (Red+Green+Blue) = 186+26+62=274 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.88% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1A3E is #45E5C1. Grayscale: #4D4D4D. Windows color (decimal): -4580802 or 4070074. OLE color: 4070074.

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

Color convert

RGB 186 26 62 -
CMYK 0 0.86 0.67 0.27
HSL 346.5º 0.75% 0.42% -
HSV(B) 346.5º 0.86% 0.73% -
XYZ 21.49 11.53 5.65 -
YUV 77.94 119.01 205.07 -
System Red Green Blue C M Y K H S L
Decimal 186 26 62 0 0.86 0.67 0.27 346.5 0.75 0.42
Hex BA 1A 3E 0 56 43 1B 15A 4B 2A
Octal 272 32 76 0 126 103 33 532 113 52
Binary 10111010 11010 111110 0 1010110 1000011 11011 101011010 1001011 101010

Color Harmonies of #BA1A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A3E

Black with #BA1A3E

Text Example


Text Example

White with #BA1A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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