Html Css Color HEX #BA0343 Cardinal

📋 copy color: '#BA0343'

red 186 ◦ green 3 ◦ blue 67

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

Shades of Cardinal #BA0343

Tints of Cardinal #BA0343

RGB

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

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

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

R = 72.66%
G = 1.17%
B = 26.17%

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

#BA0343 (or 0xBA0343) is known color: Cardinal. HEX triplet: BA, 03 and 43. RGB value is (186,3,67). Sum of RGB (Red+Green+Blue) = 186+3+67=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0343 is #45FCBC. Grayscale: #404040. Windows color (decimal): -4586685 or 4391866. OLE color: 4391866.

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

Color convert

RGB 186 3 67 -
CMYK 0 0.98 0.64 0.27
HSL 339.02º 0.97% 0.37% -
HSV(B) 339.02º 0.98% 0.73% -
XYZ 21.3 10.91 6.29 -
YUV 65.01 129.13 214.3 -
System Red Green Blue C M Y K H S L
Decimal 186 3 67 0 0.98 0.64 0.27 339.02 0.97 0.37
Hex BA 3 43 0 62 40 1B 153 61 25
Octal 272 3 103 0 142 100 33 523 141 45
Binary 10111010 11 1000011 0 1100010 1000000 11011 101010011 1100001 100101

Color Harmonies of #BA0343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0343

Black with #BA0343

Text Example


Text Example

White with #BA0343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0343; }

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

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

background-color css

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

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

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

border-color css

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

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

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