Html Css Color HEX #BA1F31 Cardinal

📋 copy color: '#BA1F31'

red 186 ◦ green 31 ◦ blue 49

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

Shades of Cardinal #BA1F31

Tints of Cardinal #BA1F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.42%

R = 69.92%
G = 11.65%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA1F31 (or 0xBA1F31) is known color: Cardinal. HEX triplet: BA, 1F and 31. RGB value is (186,31,49). Sum of RGB (Red+Green+Blue) = 186+31+49=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1F31 is #45E0CE. Grayscale: #4F4F4F. Windows color (decimal): -4579535 or 3219386. OLE color: 3219386.

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

Color convert

RGB 186 31 49 -
CMYK 0 0.83 0.74 0.27
HSL 353.03º 0.71% 0.43% -
HSV(B) 353.03º 0.83% 0.73% -
XYZ 21.29 11.64 4.03 -
YUV 79.4 110.85 204.04 -
System Red Green Blue C M Y K H S L
Decimal 186 31 49 0 0.83 0.74 0.27 353.03 0.71 0.43
Hex BA 1F 31 0 53 4A 1B 161 47 2B
Octal 272 37 61 0 123 112 33 541 107 53
Binary 10111010 11111 110001 0 1010011 1001010 11011 101100001 1000111 101011

Color Harmonies of #BA1F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F31

Black with #BA1F31

Text Example


Text Example

White with #BA1F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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