Html Css Color HEX #BA0340 Cardinal

📋 copy color: '#BA0340'

red 186 ◦ green 3 ◦ blue 64

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

Shades of Cardinal #BA0340

Tints of Cardinal #BA0340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

 BLUE value IS 64 (25.39% from 255) = 25.3%

R = 73.52%
G = 1.19%
B = 25.3%

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

#BA0340 (or 0xBA0340) is known color: Cardinal. HEX triplet: BA, 03 and 40. RGB value is (186,3,64). Sum of RGB (Red+Green+Blue) = 186+3+64=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0340 is #45FCBF. Grayscale: #404040. Windows color (decimal): -4586688 or 4195258. OLE color: 4195258.

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

Color convert

RGB 186 3 64 -
CMYK 0 0.98 0.66 0.27
HSL 340º 0.97% 0.37% -
HSV(B) 340º 0.98% 0.73% -
XYZ 21.21 10.87 5.83 -
YUV 64.67 127.63 214.54 -
System Red Green Blue C M Y K H S L
Decimal 186 3 64 0 0.98 0.66 0.27 340 0.97 0.37
Hex BA 3 40 0 62 42 1B 154 61 25
Octal 272 3 100 0 142 102 33 524 141 45
Binary 10111010 11 1000000 0 1100010 1000010 11011 101010100 1100001 100101

Color Harmonies of #BA0340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0340

Black with #BA0340

Text Example


Text Example

White with #BA0340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0340; }

 p { color: rgb(186,3,64); }

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

background-color css

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

 a { background-color: rgb(186,3,64); }

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

border-color css

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

 span { border-color: rgb(186,3,64); }

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