Html Css Color HEX #BA0746 Cardinal

📋 copy color: '#BA0746'

red 186 ◦ green 7 ◦ blue 70

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

Shades of Cardinal #BA0746

Tints of Cardinal #BA0746

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.66%

 BLUE value IS 70 (27.73% from 255) = 26.62%

R = 70.72%
G = 2.66%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA0746 (or 0xBA0746) is known color: Cardinal. HEX triplet: BA, 07 and 46. RGB value is (186,7,70). Sum of RGB (Red+Green+Blue) = 186+7+70=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 7 (3.12% from 255 or 2.66% from 263); Blue value is 70 (27.73% from 255 or 26.62% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0746 is #45F8B9. Grayscale: #434343. Windows color (decimal): -4585658 or 4589498. OLE color: 4589498.

HSL color Cylindrical-coordinate representation of color #BA0746: hue angle of 338.88º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA0746 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 7 70 -
CMYK 0 0.96 0.62 0.27
HSL 338.88º 0.93% 0.38% -
HSV(B) 338.88º 0.96% 0.73% -
XYZ 21.43 11.03 6.79 -
YUV 67.7 129.3 212.38 -
System Red Green Blue C M Y K H S L
Decimal 186 7 70 0 0.96 0.62 0.27 338.88 0.93 0.38
Hex BA 7 46 0 60 3E 1B 153 5D 26
Octal 272 7 106 0 140 76 33 523 135 46
Binary 10111010 111 1000110 0 1100000 111110 11011 101010011 1011101 100110

Color Harmonies of #BA0746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0746

Black with #BA0746

Text Example


Text Example

White with #BA0746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0746; }

 p { color: rgb(186,7,70); }

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

background-color css

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

 a { background-color: rgb(186,7,70); }

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

border-color css

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

 span { border-color: rgb(186,7,70); }

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