Html Css Color HEX #BA0844 Cardinal

📋 copy color: '#BA0844'

red 186 ◦ green 8 ◦ blue 68

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

Shades of Cardinal #BA0844

Tints of Cardinal #BA0844

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.05%

 BLUE value IS 68 (26.95% from 255) = 25.95%

R = 70.99%
G = 3.05%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA0844 (or 0xBA0844) is known color: Cardinal. HEX triplet: BA, 08 and 44. RGB value is (186,8,68). Sum of RGB (Red+Green+Blue) = 186+8+68=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0844 is #45F7BB. Grayscale: #444444. Windows color (decimal): -4585404 or 4458682. OLE color: 4458682.

HSL color Cylindrical-coordinate representation of color #BA0844: hue angle of 339.78º degrees, saturation: 0.92, 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 #BA0844 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 8 68 -
CMYK 0 0.96 0.63 0.27
HSL 339.78º 0.92% 0.38% -
HSV(B) 339.78º 0.96% 0.73% -
XYZ 21.38 11.03 6.47 -
YUV 68.06 127.97 212.12 -
System Red Green Blue C M Y K H S L
Decimal 186 8 68 0 0.96 0.63 0.27 339.78 0.92 0.38
Hex BA 8 44 0 60 3F 1B 154 5C 26
Octal 272 10 104 0 140 77 33 524 134 46
Binary 10111010 1000 1000100 0 1100000 111111 11011 101010100 1011100 100110

Color Harmonies of #BA0844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0844

Black with #BA0844

Text Example


Text Example

White with #BA0844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0844; }

 p { color: rgb(186,8,68); }

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

background-color css

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

 a { background-color: rgb(186,8,68); }

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

border-color css

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

 span { border-color: rgb(186,8,68); }

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