Html Css Color HEX #BA0043 Cardinal

📋 copy color: '#BA0043'

red 186 ◦ green 0 ◦ blue 67

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

Shades of Cardinal #BA0043

Tints of Cardinal #BA0043

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.52%
G = 0%
B = 26.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA0043 (or 0xBA0043) is known color: Cardinal. HEX triplet: BA, 00 and 43. RGB value is (186,0,67). Sum of RGB (Red+Green+Blue) = 186+0+67=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0043 is #45FFBC. Grayscale: #3F3F3F. Windows color (decimal): -4587453 or 4391098. OLE color: 4391098.

HSL color Cylindrical-coordinate representation of color #BA0043: hue angle of 338.39º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA0043 is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 0 67 -
CMYK 0 1 0.64 0.27
HSL 338.39º 1% 0.36% -
HSV(B) 338.39º 1% 0.73% -
XYZ 21.26 10.84 6.28 -
YUV 63.25 130.12 215.55 -
System Red Green Blue C M Y K H S L
Decimal 186 0 67 0 1 0.64 0.27 338.39 1 0.36
Hex BA 0 43 0 64 40 1B 152 64 24
Octal 272 0 103 0 144 100 33 522 144 44
Binary 10111010 0 1000011 0 1100100 1000000 11011 101010010 1100100 100100

Color Harmonies of #BA0043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0043

Black with #BA0043

Text Example


Text Example

White with #BA0043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0043; }

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

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

background-color css

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

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

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

border-color css

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

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

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