Html Css Color HEX #BA0443 Cardinal

📋 copy color: '#BA0443'

red 186 ◦ green 4 ◦ blue 67

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

Shades of Cardinal #BA0443

Tints of Cardinal #BA0443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.07%

R = 72.37%
G = 1.56%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA0443 (or 0xBA0443) is known color: Cardinal. HEX triplet: BA, 04 and 43. RGB value is (186,4,67). Sum of RGB (Red+Green+Blue) = 186+4+67=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0443 is #45FBBC. Grayscale: #414141. Windows color (decimal): -4586429 or 4392122. OLE color: 4392122.

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

Color convert

RGB 186 4 67 -
CMYK 0 0.98 0.64 0.27
HSL 339.23º 0.96% 0.37% -
HSV(B) 339.23º 0.98% 0.73% -
XYZ 21.31 10.93 6.3 -
YUV 65.6 128.8 213.88 -
System Red Green Blue C M Y K H S L
Decimal 186 4 67 0 0.98 0.64 0.27 339.23 0.96 0.37
Hex BA 4 43 0 62 40 1B 153 60 25
Octal 272 4 103 0 142 100 33 523 140 45
Binary 10111010 100 1000011 0 1100010 1000000 11011 101010011 1100000 100101

Color Harmonies of #BA0443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0443

Black with #BA0443

Text Example


Text Example

White with #BA0443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0443; }

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

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

background-color css

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

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

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

border-color css

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

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

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