Html Css Color HEX #BA1F3A Cardinal

📋 copy color: '#BA1F3A'

red 186 ◦ green 31 ◦ blue 58

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

Shades of Cardinal #BA1F3A

Tints of Cardinal #BA1F3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.09%

R = 67.64%
G = 11.27%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA1F3A (or 0xBA1F3A) is known color: Cardinal. HEX triplet: BA, 1F and 3A. RGB value is (186,31,58). Sum of RGB (Red+Green+Blue) = 186+31+58=275 (36% of max value = 765). Red value is 186 (73.05% from 255 or 67.64% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1F3A is #45E0C5. Grayscale: #505050. Windows color (decimal): -4579526 or 3809210. OLE color: 3809210.

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

Color convert

RGB 186 31 58 -
CMYK 0 0.83 0.69 0.27
HSL 349.55º 0.71% 0.43% -
HSV(B) 349.55º 0.83% 0.73% -
XYZ 21.5 11.72 5.13 -
YUV 80.42 115.35 203.3 -
System Red Green Blue C M Y K H S L
Decimal 186 31 58 0 0.83 0.69 0.27 349.55 0.71 0.43
Hex BA 1F 3A 0 53 45 1B 15E 47 2B
Octal 272 37 72 0 123 105 33 536 107 53
Binary 10111010 11111 111010 0 1010011 1000101 11011 101011110 1000111 101011

Color Harmonies of #BA1F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F3A

Black with #BA1F3A

Text Example


Text Example

White with #BA1F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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