Html Css Color HEX #BA1A3F Cardinal

📋 copy color: '#BA1A3F'

red 186 ◦ green 26 ◦ blue 63

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

Shades of Cardinal #BA1A3F

Tints of Cardinal #BA1A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.91%

R = 67.64%
G = 9.45%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA1A3F (or 0xBA1A3F) is known color: Cardinal. HEX triplet: BA, 1A and 3F. RGB value is (186,26,63). Sum of RGB (Red+Green+Blue) = 186+26+63=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1A3F is #45E5C0. Grayscale: #4E4E4E. Windows color (decimal): -4580801 or 4135610. OLE color: 4135610.

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

Color convert

RGB 186 26 63 -
CMYK 0 0.86 0.66 0.27
HSL 346.13º 0.75% 0.42% -
HSV(B) 346.13º 0.86% 0.73% -
XYZ 21.52 11.54 5.8 -
YUV 78.06 119.51 204.99 -
System Red Green Blue C M Y K H S L
Decimal 186 26 63 0 0.86 0.66 0.27 346.13 0.75 0.42
Hex BA 1A 3F 0 56 42 1B 15A 4B 2A
Octal 272 32 77 0 126 102 33 532 113 52
Binary 10111010 11010 111111 0 1010110 1000010 11011 101011010 1001011 101010

Color Harmonies of #BA1A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A3F

Black with #BA1A3F

Text Example


Text Example

White with #BA1A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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