Html Css Color HEX #BA1E29 Cardinal

📋 copy color: '#BA1E29'

red 186 ◦ green 30 ◦ blue 41

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

Shades of Cardinal #BA1E29

Tints of Cardinal #BA1E29

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.67%

 BLUE value IS 41 (16.41% from 255) = 15.95%

R = 72.37%
G = 11.67%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA1E29 (or 0xBA1E29) is known color: Cardinal. HEX triplet: BA, 1E and 29. RGB value is (186,30,41). Sum of RGB (Red+Green+Blue) = 186+30+41=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E29 is #45E1D6. Grayscale: #4E4E4E. Windows color (decimal): -4579799 or 2694842. OLE color: 2694842.

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

Color convert

RGB 186 30 41 -
CMYK 0 0.84 0.78 0.27
HSL 355.77º 0.72% 0.42% -
HSV(B) 355.77º 0.84% 0.73% -
XYZ 21.11 11.53 3.21 -
YUV 77.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 186 30 41 0 0.84 0.78 0.27 355.77 0.72 0.42
Hex BA 1E 29 0 54 4E 1B 164 48 2A
Octal 272 36 51 0 124 116 33 544 110 52
Binary 10111010 11110 101001 0 1010100 1001110 11011 101100100 1001000 101010

Color Harmonies of #BA1E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E29

Black with #BA1E29

Text Example


Text Example

White with #BA1E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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