Html Css Color HEX #BA043E Cardinal

📋 copy color: '#BA043E'

red 186 ◦ green 4 ◦ blue 62

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

Shades of Cardinal #BA043E

Tints of Cardinal #BA043E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.6%

R = 73.81%
G = 1.59%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA043E (or 0xBA043E) is known color: Cardinal. HEX triplet: BA, 04 and 3E. RGB value is (186,4,62). Sum of RGB (Red+Green+Blue) = 186+4+62=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 62 (24.61% from 255 or 24.60% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA043E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA043E is #45FBC1. Grayscale: #404040. Windows color (decimal): -4586434 or 4064442. OLE color: 4064442.

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

Color convert

RGB 186 4 62 -
CMYK 0 0.98 0.67 0.27
HSL 340.88º 0.96% 0.37% -
HSV(B) 340.88º 0.98% 0.73% -
XYZ 21.16 10.87 5.54 -
YUV 65.03 126.3 214.28 -
System Red Green Blue C M Y K H S L
Decimal 186 4 62 0 0.98 0.67 0.27 340.88 0.96 0.37
Hex BA 4 3E 0 62 43 1B 155 60 25
Octal 272 4 76 0 142 103 33 525 140 45
Binary 10111010 100 111110 0 1100010 1000011 11011 101010101 1100000 100101

Color Harmonies of #BA043E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA043E

Black with #BA043E

Text Example


Text Example

White with #BA043E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA043E; }

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

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

background-color css

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

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

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

border-color css

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

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

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