Html Css Color HEX #BA1F3F Cardinal

📋 copy color: '#BA1F3F'

red 186 ◦ green 31 ◦ blue 63

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

Shades of Cardinal #BA1F3F

Tints of Cardinal #BA1F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.5%

R = 66.43%
G = 11.07%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA1F3F (or 0xBA1F3F) is known color: Cardinal. HEX triplet: BA, 1F and 3F. RGB value is (186,31,63). Sum of RGB (Red+Green+Blue) = 186+31+63=280 (37% of max value = 765). Red value is 186 (73.05% from 255 or 66.43% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1F3F is #45E0C0. Grayscale: #515151. Windows color (decimal): -4579521 or 4136890. OLE color: 4136890.

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

Color convert

RGB 186 31 63 -
CMYK 0 0.83 0.66 0.27
HSL 347.61º 0.71% 0.43% -
HSV(B) 347.61º 0.83% 0.73% -
XYZ 21.64 11.78 5.84 -
YUV 80.99 117.85 202.9 -
System Red Green Blue C M Y K H S L
Decimal 186 31 63 0 0.83 0.66 0.27 347.61 0.71 0.43
Hex BA 1F 3F 0 53 42 1B 15C 47 2B
Octal 272 37 77 0 123 102 33 534 107 53
Binary 10111010 11111 111111 0 1010011 1000010 11011 101011100 1000111 101011

Color Harmonies of #BA1F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1F3F

Black with #BA1F3F

Text Example


Text Example

White with #BA1F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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