Html Css Color HEX #BA0041 Cardinal

📋 copy color: '#BA0041'

red 186 ◦ green 0 ◦ blue 65

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

Shades of Cardinal #BA0041

Tints of Cardinal #BA0041

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.1%
G = 0%
B = 25.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA0041 (or 0xBA0041) is known color: Cardinal. HEX triplet: BA, 00 and 41. RGB value is (186,0,65). Sum of RGB (Red+Green+Blue) = 186+0+65=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0041 is #45FFBE. Grayscale: #3E3E3E. Windows color (decimal): -4587455 or 4260026. OLE color: 4260026.

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

Color convert

RGB 186 0 65 -
CMYK 0 1 0.65 0.27
HSL 339.03º 1% 0.36% -
HSV(B) 339.03º 1% 0.73% -
XYZ 21.2 10.82 5.97 -
YUV 63.02 129.12 215.71 -
System Red Green Blue C M Y K H S L
Decimal 186 0 65 0 1 0.65 0.27 339.03 1 0.36
Hex BA 0 41 0 64 41 1B 153 64 24
Octal 272 0 101 0 144 101 33 523 144 44
Binary 10111010 0 1000001 0 1100100 1000001 11011 101010011 1100100 100100

Color Harmonies of #BA0041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0041

Black with #BA0041

Text Example


Text Example

White with #BA0041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0041; }

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

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

background-color css

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

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

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

border-color css

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

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

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