Html Css Color HEX #BA1B29 Cardinal

📋 copy color: '#BA1B29'

red 186 ◦ green 27 ◦ blue 41

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

Shades of Cardinal #BA1B29

Tints of Cardinal #BA1B29

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.63%

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

R = 73.23%
G = 10.63%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA1B29 (or 0xBA1B29) is known color: Cardinal. HEX triplet: BA, 1B and 29. RGB value is (186,27,41). Sum of RGB (Red+Green+Blue) = 186+27+41=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1B29 is #45E4D6. Grayscale: #4C4C4C. Windows color (decimal): -4580567 or 2694074. OLE color: 2694074.

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

Color convert

RGB 186 27 41 -
CMYK 0 0.85 0.78 0.27
HSL 354.72º 0.75% 0.42% -
HSV(B) 354.72º 0.85% 0.73% -
XYZ 21.04 11.38 3.19 -
YUV 76.14 108.18 206.36 -
System Red Green Blue C M Y K H S L
Decimal 186 27 41 0 0.85 0.78 0.27 354.72 0.75 0.42
Hex BA 1B 29 0 55 4E 1B 163 4B 2A
Octal 272 33 51 0 125 116 33 543 113 52
Binary 10111010 11011 101001 0 1010101 1001110 11011 101100011 1001011 101010

Color Harmonies of #BA1B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1B29

Black with #BA1B29

Text Example


Text Example

White with #BA1B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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