Html Css Color HEX #BA043F Cardinal

📋 copy color: '#BA043F'

red 186 ◦ green 4 ◦ blue 63

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

Shades of Cardinal #BA043F

Tints of Cardinal #BA043F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.9%

R = 73.52%
G = 1.58%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA043F (or 0xBA043F) is known color: Cardinal. HEX triplet: BA, 04 and 3F. RGB value is (186,4,63). Sum of RGB (Red+Green+Blue) = 186+4+63=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 63 (25% from 255 or 24.90% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA043F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA043F is #45FBC0. Grayscale: #414141. Windows color (decimal): -4586433 or 4129978. OLE color: 4129978.

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

Color convert

RGB 186 4 63 -
CMYK 0 0.98 0.66 0.27
HSL 340.55º 0.96% 0.37% -
HSV(B) 340.55º 0.98% 0.73% -
XYZ 21.19 10.88 5.69 -
YUV 65.14 126.8 214.2 -
System Red Green Blue C M Y K H S L
Decimal 186 4 63 0 0.98 0.66 0.27 340.55 0.96 0.37
Hex BA 4 3F 0 62 42 1B 155 60 25
Octal 272 4 77 0 142 102 33 525 140 45
Binary 10111010 100 111111 0 1100010 1000010 11011 101010101 1100000 100101

Color Harmonies of #BA043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA043F

Black with #BA043F

Text Example


Text Example

White with #BA043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA043F; }

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

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

background-color css

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

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

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

border-color css

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

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

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