Html Css Color HEX #BA0C4A Cardinal

📋 copy color: '#BA0C4A'

red 186 ◦ green 12 ◦ blue 74

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

Shades of Cardinal #BA0C4A

Tints of Cardinal #BA0C4A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.41%

 BLUE value IS 74 (29.3% from 255) = 27.21%

R = 68.38%
G = 4.41%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA0C4A (or 0xBA0C4A) is known color: Cardinal. HEX triplet: BA, 0C and 4A. RGB value is (186,12,74). Sum of RGB (Red+Green+Blue) = 186+12+74=272 (36% of max value = 765). Red value is 186 (73.05% from 255 or 68.38% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0C4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0C4A is #45F3B5. Grayscale: #474747. Windows color (decimal): -4584374 or 4852922. OLE color: 4852922.

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

Color convert

RGB 186 12 74 -
CMYK 0 0.94 0.60 0.27
HSL 338.62º 0.88% 0.39% -
HSV(B) 338.62º 0.94% 0.73% -
XYZ 21.62 11.2 7.5 -
YUV 71.09 129.65 209.96 -
System Red Green Blue C M Y K H S L
Decimal 186 12 74 0 0.94 0.60 0.27 338.62 0.88 0.39
Hex BA C 4A 0 5E 3C 1B 153 58 27
Octal 272 14 112 0 136 74 33 523 130 47
Binary 10111010 1100 1001010 0 1011110 111100 11011 101010011 1011000 100111

Color Harmonies of #BA0C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0C4A

Black with #BA0C4A

Text Example


Text Example

White with #BA0C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0C4A; }

 p { color: rgb(186,12,74); }

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

background-color css

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

 a { background-color: rgb(186,12,74); }

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

border-color css

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

 span { border-color: rgb(186,12,74); }

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