Html Css Color HEX #BA0645 Cardinal

📋 copy color: '#BA0645'

red 186 ◦ green 6 ◦ blue 69

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

Shades of Cardinal #BA0645

Tints of Cardinal #BA0645

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.3%

 BLUE value IS 69 (27.34% from 255) = 26.44%

R = 71.26%
G = 2.3%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA0645 (or 0xBA0645) is known color: Cardinal. HEX triplet: BA, 06 and 45. RGB value is (186,6,69). Sum of RGB (Red+Green+Blue) = 186+6+69=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0645 is #45F9BA. Grayscale: #424242. Windows color (decimal): -4585915 or 4523706. OLE color: 4523706.

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

Color convert

RGB 186 6 69 -
CMYK 0 0.97 0.63 0.27
HSL 339º 0.94% 0.38% -
HSV(B) 339º 0.97% 0.73% -
XYZ 21.39 11 6.63 -
YUV 67 129.13 212.88 -
System Red Green Blue C M Y K H S L
Decimal 186 6 69 0 0.97 0.63 0.27 339 0.94 0.38
Hex BA 6 45 0 61 3F 1B 153 5E 26
Octal 272 6 105 0 141 77 33 523 136 46
Binary 10111010 110 1000101 0 1100001 111111 11011 101010011 1011110 100110

Color Harmonies of #BA0645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0645

Black with #BA0645

Text Example


Text Example

White with #BA0645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0645; }

 p { color: rgb(186,6,69); }

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

background-color css

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

 a { background-color: rgb(186,6,69); }

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

border-color css

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

 span { border-color: rgb(186,6,69); }

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