Html Css Color HEX #BA0F41 Cardinal

📋 copy color: '#BA0F41'

red 186 ◦ green 15 ◦ blue 65

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

Shades of Cardinal #BA0F41

Tints of Cardinal #BA0F41

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.64%

 BLUE value IS 65 (25.78% from 255) = 24.44%

R = 69.92%
G = 5.64%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA0F41 (or 0xBA0F41) is known color: Cardinal. HEX triplet: BA, 0F and 41. RGB value is (186,15,65). Sum of RGB (Red+Green+Blue) = 186+15+65=266 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.92% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0F41 is #45F0BE. Grayscale: #474747. Windows color (decimal): -4583615 or 4263866. OLE color: 4263866.

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

Color convert

RGB 186 15 65 -
CMYK 0 0.92 0.65 0.27
HSL 342.46º 0.85% 0.39% -
HSV(B) 342.46º 0.92% 0.73% -
XYZ 21.37 11.16 6.03 -
YUV 71.83 124.15 209.43 -
System Red Green Blue C M Y K H S L
Decimal 186 15 65 0 0.92 0.65 0.27 342.46 0.85 0.39
Hex BA F 41 0 5C 41 1B 156 55 27
Octal 272 17 101 0 134 101 33 526 125 47
Binary 10111010 1111 1000001 0 1011100 1000001 11011 101010110 1010101 100111

Color Harmonies of #BA0F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0F41

Black with #BA0F41

Text Example


Text Example

White with #BA0F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0F41; }

 p { color: rgb(186,15,65); }

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

background-color css

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

 a { background-color: rgb(186,15,65); }

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

border-color css

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

 span { border-color: rgb(186,15,65); }

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