Html Css Color HEX #BA0444 Cardinal

📋 copy color: '#BA0444'

red 186 ◦ green 4 ◦ blue 68

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

Shades of Cardinal #BA0444

Tints of Cardinal #BA0444

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.55%

 BLUE value IS 68 (26.95% from 255) = 26.36%

R = 72.09%
G = 1.55%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA0444 (or 0xBA0444) is known color: Cardinal. HEX triplet: BA, 04 and 44. RGB value is (186,4,68). Sum of RGB (Red+Green+Blue) = 186+4+68=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0444 is #45FBBB. Grayscale: #414141. Windows color (decimal): -4586428 or 4457658. OLE color: 4457658.

HSL color Cylindrical-coordinate representation of color #BA0444: hue angle of 338.9º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0444 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 4 68 -
CMYK 0 0.98 0.63 0.27
HSL 338.9º 0.96% 0.37% -
HSV(B) 338.9º 0.98% 0.73% -
XYZ 21.34 10.94 6.46 -
YUV 65.71 129.3 213.8 -
System Red Green Blue C M Y K H S L
Decimal 186 4 68 0 0.98 0.63 0.27 338.9 0.96 0.37
Hex BA 4 44 0 62 3F 1B 153 60 25
Octal 272 4 104 0 142 77 33 523 140 45
Binary 10111010 100 1000100 0 1100010 111111 11011 101010011 1100000 100101

Color Harmonies of #BA0444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0444

Black with #BA0444

Text Example


Text Example

White with #BA0444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0444; }

 p { color: rgb(186,4,68); }

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

background-color css

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

 a { background-color: rgb(186,4,68); }

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

border-color css

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

 span { border-color: rgb(186,4,68); }

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