Html Css Color HEX #BA1F29 Cardinal

📋 copy color: '#BA1F29'

red 186 ◦ green 31 ◦ blue 41

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

Shades of Cardinal #BA1F29

Tints of Cardinal #BA1F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.02%

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

R = 72.09%
G = 12.02%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA1F29 (or 0xBA1F29) is known color: Cardinal. HEX triplet: BA, 1F and 29. RGB value is (186,31,41). Sum of RGB (Red+Green+Blue) = 186+31+41=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1F29 is #45E0D6. Grayscale: #4E4E4E. Windows color (decimal): -4579543 or 2695098. OLE color: 2695098.

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

Color convert

RGB 186 31 41 -
CMYK 0 0.83 0.78 0.27
HSL 356.13º 0.71% 0.43% -
HSV(B) 356.13º 0.83% 0.73% -
XYZ 21.14 11.58 3.22 -
YUV 78.49 106.85 204.69 -
System Red Green Blue C M Y K H S L
Decimal 186 31 41 0 0.83 0.78 0.27 356.13 0.71 0.43
Hex BA 1F 29 0 53 4E 1B 164 47 2B
Octal 272 37 51 0 123 116 33 544 107 53
Binary 10111010 11111 101001 0 1010011 1001110 11011 101100100 1000111 101011

Color Harmonies of #BA1F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F29

Black with #BA1F29

Text Example


Text Example

White with #BA1F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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